Html Css Color HEX #B09B07 Lucky

📋 copy color: '#B09B07'

red 176 ◦ green 155 ◦ blue 7

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

Shades of Lucky #B09B07

Tints of Lucky #B09B07

RGB

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

 GREEN value IS 155 (60.94% from 255) = 45.86%

 BLUE value IS 7 (3.13% from 255) = 2.07%

R = 52.07%
G = 45.86%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#B09B07 (or 0xB09B07) is known color: Lucky. HEX triplet: B0, 9B and 07. RGB value is (176,155,7). Sum of RGB (Red+Green+Blue) = 176+155+7=338 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.07% from 338); Green value is 155 (60.94% from 255 or 45.86% from 338); Blue value is 7 (3.12% from 255 or 2.07% from 338); Max value from RGB is 176 - color contains mainly: red. Hex color #B09B07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09B07 is #4F64F8. Grayscale: #919191. Windows color (decimal): -5203193 or 498608. OLE color: 498608.

HSL color Cylindrical-coordinate representation of color #B09B07: hue angle of 52.54º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B09B07 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 155 7 -
CMYK 0 0.12 0.96 0.31
HSL 52.54º 0.92% 0.36% -
HSV(B) 52.54º 0.96% 0.69% -
XYZ 29.66 32.69 4.95 -
YUV 144.41 50.46 150.53 -
System Red Green Blue C M Y K H S L
Decimal 176 155 7 0 0.12 0.96 0.31 52.54 0.92 0.36
Hex B0 9B 7 0 C 60 1F 35 5C 24
Octal 260 233 7 0 14 140 37 65 134 44
Binary 10110000 10011011 111 0 1100 1100000 11111 110101 1011100 100100

Color Harmonies of #B09B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09B07

Black with #B09B07

Text Example


Text Example

White with #B09B07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09B07; }

 p { color: rgb(176,155,7); }

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

background-color css

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

 a { background-color: rgb(176,155,7); }

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

border-color css

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

 span { border-color: rgb(176,155,7); }

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