Html Css Color HEX #B09B1A Lucky

📋 copy color: '#B09B1A'

red 176 ◦ green 155 ◦ blue 26

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

Shades of Lucky #B09B1A

Tints of Lucky #B09B1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.28%

R = 49.3%
G = 43.42%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B09B1A (or 0xB09B1A) is known color: Lucky. HEX triplet: B0, 9B and 1A. RGB value is (176,155,26). Sum of RGB (Red+Green+Blue) = 176+155+26=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 155 (60.94% from 255 or 43.42% from 357); Blue value is 26 (10.55% from 255 or 7.28% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B09B1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09B1A is #4F64E5. Grayscale: #939393. Windows color (decimal): -5203174 or 1743792. OLE color: 1743792.

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

Color convert

RGB 176 155 26 -
CMYK 0 0.12 0.85 0.31
HSL 51.6º 0.74% 0.4% -
HSV(B) 51.6º 0.85% 0.69% -
XYZ 29.81 32.75 5.73 -
YUV 146.57 59.96 148.99 -
System Red Green Blue C M Y K H S L
Decimal 176 155 26 0 0.12 0.85 0.31 51.6 0.74 0.4
Hex B0 9B 1A 0 C 55 1F 34 4A 28
Octal 260 233 32 0 14 125 37 64 112 50
Binary 10110000 10011011 11010 0 1100 1010101 11111 110100 1001010 101000

Color Harmonies of #B09B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09B1A

Black with #B09B1A

Text Example


Text Example

White with #B09B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09B1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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