Html Css Color HEX #B09A1B Lucky

📋 copy color: '#B09A1B'

red 176 ◦ green 154 ◦ blue 27

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

Shades of Lucky #B09A1B

Tints of Lucky #B09A1B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 43.14%

 BLUE value IS 27 (10.94% from 255) = 7.56%

R = 49.3%
G = 43.14%
B = 7.56%

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

#B09A1B (or 0xB09A1B) is known color: Lucky. HEX triplet: B0, 9A and 1B. RGB value is (176,154,27). Sum of RGB (Red+Green+Blue) = 176+154+27=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 154 (60.55% from 255 or 43.14% from 357); Blue value is 27 (10.94% from 255 or 7.56% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B09A1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09A1B is #4F65E4. Grayscale: #929292. Windows color (decimal): -5203429 or 1809072. OLE color: 1809072.

HSL color Cylindrical-coordinate representation of color #B09A1B: hue angle of 51.14º degrees, saturation: 0.73, 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 #B09A1B is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 154 27 -
CMYK 0 0.12 0.85 0.31
HSL 51.14º 0.73% 0.4% -
HSV(B) 51.14º 0.85% 0.69% -
XYZ 29.66 32.42 5.73 -
YUV 146.1 60.79 149.33 -
System Red Green Blue C M Y K H S L
Decimal 176 154 27 0 0.12 0.85 0.31 51.14 0.73 0.4
Hex B0 9A 1B 0 C 55 1F 33 49 28
Octal 260 232 33 0 14 125 37 63 111 50
Binary 10110000 10011010 11011 0 1100 1010101 11111 110011 1001001 101000

Color Harmonies of #B09A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09A1B

Black with #B09A1B

Text Example


Text Example

White with #B09A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09A1B; }

 p { color: rgb(176,154,27); }

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

background-color css

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

 a { background-color: rgb(176,154,27); }

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

border-color css

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

 span { border-color: rgb(176,154,27); }

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