Html Css Color HEX #B8A267 Gimblet

📋 copy color: '#B8A267'

red 184 ◦ green 162 ◦ blue 103

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

Shades of Gimblet #B8A267

Tints of Gimblet #B8A267

RGB

 RED value IS 184 (72.27% from 255) = 40.98%

 GREEN value IS 162 (63.67% from 255) = 36.08%

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

R = 40.98%
G = 36.08%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.44

 K value IS 0.28

RGB Variations

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

Color information

#B8A267 (or 0xB8A267) is known color: Gimblet. HEX triplet: B8, A2 and 67. RGB value is (184,162,103). Sum of RGB (Red+Green+Blue) = 184+162+103=449 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.98% from 449); Green value is 162 (63.67% from 255 or 36.08% from 449); Blue value is 103 (40.62% from 255 or 22.94% from 449); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A267 is #475D98. Grayscale: #A2A2A2. Windows color (decimal): -4677017 or 6791864. OLE color: 6791864.

HSL color Cylindrical-coordinate representation of color #B8A267: hue angle of 43.7º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B8A267 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 162 103 -
CMYK 0 0.12 0.44 0.28
HSL 43.7º 0.36% 0.56% -
HSV(B) 43.7º 0.44% 0.72% -
XYZ 35.14 37.01 18.12 -
YUV 161.85 94.79 143.8 -
System Red Green Blue C M Y K H S L
Decimal 184 162 103 0 0.12 0.44 0.28 43.7 0.36 0.56
Hex B8 A2 67 0 C 2C 1C 2C 24 38
Octal 270 242 147 0 14 54 34 54 44 70
Binary 10111000 10100010 1100111 0 1100 101100 11100 101100 100100 111000

Color Harmonies of #B8A267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A267

Black with #B8A267

Text Example


Text Example

White with #B8A267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A267; }

 p { color: rgb(184,162,103); }

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

background-color css

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

 a { background-color: rgb(184,162,103); }

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

border-color css

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

 span { border-color: rgb(184,162,103); }

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