Html Css Color HEX #B09C01 Lucky

📋 copy color: '#B09C01'

red 176 ◦ green 156 ◦ blue 1

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

Shades of Lucky #B09C01

Tints of Lucky #B09C01

RGB

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

 GREEN value IS 156 (61.33% from 255) = 46.85%

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 52.85%
G = 46.85%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B09C01 (or 0xB09C01) is known color: Lucky. HEX triplet: B0, 9C and 01. RGB value is (176,156,1). Sum of RGB (Red+Green+Blue) = 176+156+1=333 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.85% from 333); Green value is 156 (61.33% from 255 or 46.85% from 333); Blue value is 1 (0.78% from 255 or 0.30% from 333); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09C01 is #4F63FE. Grayscale: #909090. Windows color (decimal): -5202943 or 105648. OLE color: 105648.

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

Color convert

RGB 176 156 1 -
CMYK 0 0.11 0.99 0.31
HSL 53.14º 0.99% 0.35% -
HSV(B) 53.14º 0.99% 0.69% -
XYZ 29.8 33.01 4.83 -
YUV 144.31 47.13 150.6 -
System Red Green Blue C M Y K H S L
Decimal 176 156 1 0 0.11 0.99 0.31 53.14 0.99 0.35
Hex B0 9C 1 0 B 63 1F 35 63 23
Octal 260 234 1 0 13 143 37 65 143 43
Binary 10110000 10011100 1 0 1011 1100011 11111 110101 1100011 100011

Color Harmonies of #B09C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09C01

Black with #B09C01

Text Example


Text Example

White with #B09C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09C01; }

 p { color: rgb(176,156,1); }

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

background-color css

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

 a { background-color: rgb(176,156,1); }

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

border-color css

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

 span { border-color: rgb(176,156,1); }

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