Html Css Color HEX #B09814 Lucky

📋 copy color: '#B09814'

red 176 ◦ green 152 ◦ blue 20

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

Shades of Lucky #B09814

Tints of Lucky #B09814

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.68%

 BLUE value IS 20 (8.2% from 255) = 5.75%

R = 50.57%
G = 43.68%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B09814 (or 0xB09814) is known color: Lucky. HEX triplet: B0, 98 and 14. RGB value is (176,152,20). Sum of RGB (Red+Green+Blue) = 176+152+20=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 152 (59.77% from 255 or 43.68% from 348); Blue value is 20 (8.20% from 255 or 5.75% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B09814 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09814 is #4F67EB. Grayscale: #909090. Windows color (decimal): -5203948 or 1349808. OLE color: 1349808.

HSL color Cylindrical-coordinate representation of color #B09814: hue angle of 50.77º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B09814 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 152 20 -
CMYK 0 0.14 0.89 0.31
HSL 50.77º 0.8% 0.38% -
HSV(B) 50.77º 0.89% 0.69% -
XYZ 29.26 31.74 5.25 -
YUV 144.13 57.95 150.73 -
System Red Green Blue C M Y K H S L
Decimal 176 152 20 0 0.14 0.89 0.31 50.77 0.8 0.38
Hex B0 98 14 0 E 59 1F 33 50 26
Octal 260 230 24 0 16 131 37 63 120 46
Binary 10110000 10011000 10100 0 1110 1011001 11111 110011 1010000 100110

Color Harmonies of #B09814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09814

Black with #B09814

Text Example


Text Example

White with #B09814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09814; }

 p { color: rgb(176,152,20); }

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

background-color css

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

 a { background-color: rgb(176,152,20); }

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

border-color css

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

 span { border-color: rgb(176,152,20); }

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