Html Css Color HEX #B6A367 Gimblet

📋 copy color: '#B6A367'

red 182 ◦ green 163 ◦ blue 103

#B6A367
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gimblet #B6A367

Tints of Gimblet #B6A367

RGB

 RED value IS 182 (71.48% from 255) = 40.63%

 GREEN value IS 163 (64.06% from 255) = 36.38%

 BLUE value IS 103 (40.63% from 255) = 22.99%

R = 40.63%
G = 36.38%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B6A367 (or 0xB6A367) is known color: Gimblet. HEX triplet: B6, A3 and 67. RGB value is (182,163,103). Sum of RGB (Red+Green+Blue) = 182+163+103=448 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.62% from 448); Green value is 163 (64.06% from 255 or 36.38% from 448); Blue value is 103 (40.62% from 255 or 22.99% from 448); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A367 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A367 is #495C98. Grayscale: #A2A2A2. Windows color (decimal): -4807833 or 6792118. OLE color: 6792118.

HSL color Cylindrical-coordinate representation of color #B6A367: hue angle of 45.57º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B6A367 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 163 103 -
CMYK 0 0.10 0.43 0.29
HSL 45.57º 0.35% 0.56% -
HSV(B) 45.57º 0.43% 0.71% -
XYZ 34.84 37.12 18.16 -
YUV 161.84 94.79 142.38 -
System Red Green Blue C M Y K H S L
Decimal 182 163 103 0 0.10 0.43 0.29 45.57 0.35 0.56
Hex B6 A3 67 0 A 2B 1D 2E 23 38
Octal 266 243 147 0 12 53 35 56 43 70
Binary 10110110 10100011 1100111 0 1010 101011 11101 101110 100011 111000

Color Harmonies of #B6A367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A367

Black with #B6A367

Text Example


Text Example

White with #B6A367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A367; }

 p { color: rgb(182,163,103); }

 H1.HeaderClassName
 {
   color: #B6A367;
 }
 .AnyTagClassName
 {
   color: #B6A367;
 }
</style>

background-color css

<style>
 a { background-color: #B6A367; }

 a { background-color: rgb(182,163,103); }

 div.DivClassName
 {
   background-color: #B6A367;
 }
 .BgClassName
 {
   background-color: #B6A367;
 }
</style>

border-color css

<style>
 span { border-color: #B6A367; }

 span { border-color: rgb(182,163,103); }

 td.TdClassName
 {
   border-color: #B6A367;
 }
 .TagClassName
 {
   border-color: #B6A367;
 }
</style>