Html Css Color HEX #B0A65B Gimblet

📋 copy color: '#B0A65B'

red 176 ◦ green 166 ◦ blue 91

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

Shades of Gimblet #B0A65B

Tints of Gimblet #B0A65B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.02%

R = 40.65%
G = 38.34%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B0A65B (or 0xB0A65B) is known color: Gimblet. HEX triplet: B0, A6 and 5B. RGB value is (176,166,91). Sum of RGB (Red+Green+Blue) = 176+166+91=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 166 (65.23% from 255 or 38.34% from 433); Blue value is 91 (35.94% from 255 or 21.02% from 433); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A65B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A65B is #4F59A4. Grayscale: #A0A0A0. Windows color (decimal): -5200293 or 6006448. OLE color: 6006448.

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

Color convert

RGB 176 166 91 -
CMYK 0 0.06 0.48 0.31
HSL 52.94º 0.35% 0.52% -
HSV(B) 52.94º 0.48% 0.69% -
XYZ 33.43 37.26 15.33 -
YUV 160.44 88.81 139.1 -
System Red Green Blue C M Y K H S L
Decimal 176 166 91 0 0.06 0.48 0.31 52.94 0.35 0.52
Hex B0 A6 5B 0 6 30 1F 35 23 34
Octal 260 246 133 0 6 60 37 65 43 64
Binary 10110000 10100110 1011011 0 110 110000 11111 110101 100011 110100

Color Harmonies of #B0A65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A65B

Black with #B0A65B

Text Example


Text Example

White with #B0A65B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A65B; }

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

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

background-color css

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

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

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

border-color css

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

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

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