Html Css Color HEX #B8B069 Gimblet

📋 copy color: '#B8B069'

red 184 ◦ green 176 ◦ blue 105

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

Shades of Gimblet #B8B069

Tints of Gimblet #B8B069

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.85%

 BLUE value IS 105 (41.41% from 255) = 22.58%

R = 39.57%
G = 37.85%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#B8B069 (or 0xB8B069) is known color: Gimblet. HEX triplet: B8, B0 and 69. RGB value is (184,176,105). Sum of RGB (Red+Green+Blue) = 184+176+105=465 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.57% from 465); Green value is 176 (69.14% from 255 or 37.85% from 465); Blue value is 105 (41.41% from 255 or 22.58% from 465); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8B069 is #474F96. Grayscale: #AAAAAA. Windows color (decimal): -4673431 or 6926520. OLE color: 6926520.

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

Color convert

RGB 184 176 105 -
CMYK 0 0.04 0.43 0.28
HSL 53.92º 0.36% 0.57% -
HSV(B) 53.92º 0.43% 0.72% -
XYZ 37.84 42.26 19.53 -
YUV 170.3 91.15 137.77 -
System Red Green Blue C M Y K H S L
Decimal 184 176 105 0 0.04 0.43 0.28 53.92 0.36 0.57
Hex B8 B0 69 0 4 2B 1C 36 24 39
Octal 270 260 151 0 4 53 34 66 44 71
Binary 10111000 10110000 1101001 0 100 101011 11100 110110 100100 111001

Color Harmonies of #B8B069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B069

Black with #B8B069

Text Example


Text Example

White with #B8B069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B069; }

 p { color: rgb(184,176,105); }

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

background-color css

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

 a { background-color: rgb(184,176,105); }

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

border-color css

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

 span { border-color: rgb(184,176,105); }

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