Html Css Color HEX #B0A66B Gimblet

📋 copy color: '#B0A66B'

red 176 ◦ green 166 ◦ blue 107

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

Shades of Gimblet #B0A66B

Tints of Gimblet #B0A66B

RGB

 RED value IS 176 (69.14% from 255) = 39.2%

 GREEN value IS 166 (65.23% from 255) = 36.97%

 BLUE value IS 107 (42.19% from 255) = 23.83%

R = 39.2%
G = 36.97%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B0A66B (or 0xB0A66B) is known color: Gimblet. HEX triplet: B0, A6 and 6B. RGB value is (176,166,107). Sum of RGB (Red+Green+Blue) = 176+166+107=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 166 (65.23% from 255 or 36.97% from 449); Blue value is 107 (42.19% from 255 or 23.83% from 449); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A66B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A66B is #4F5994. Grayscale: #A2A2A2. Windows color (decimal): -5200277 or 7055024. OLE color: 7055024.

HSL color Cylindrical-coordinate representation of color #B0A66B: hue angle of 51.3º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B0A66B is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 166 107 -
CMYK 0 0.06 0.39 0.31
HSL 51.3º 0.3% 0.55% -
HSV(B) 51.3º 0.39% 0.69% -
XYZ 34.19 37.56 19.36 -
YUV 162.26 96.81 137.8 -
System Red Green Blue C M Y K H S L
Decimal 176 166 107 0 0.06 0.39 0.31 51.3 0.3 0.55
Hex B0 A6 6B 0 6 27 1F 33 1E 37
Octal 260 246 153 0 6 47 37 63 36 67
Binary 10110000 10100110 1101011 0 110 100111 11111 110011 11110 110111

Color Harmonies of #B0A66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A66B

Black with #B0A66B

Text Example


Text Example

White with #B0A66B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A66B; }

 p { color: rgb(176,166,107); }

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

background-color css

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

 a { background-color: rgb(176,166,107); }

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

border-color css

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

 span { border-color: rgb(176,166,107); }

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