Html Css Color HEX #B09714 Lucky

📋 copy color: '#B09714'

red 176 ◦ green 151 ◦ blue 20

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

Shades of Lucky #B09714

Tints of Lucky #B09714

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.52%

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

R = 50.72%
G = 43.52%
B = 5.76%

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

#B09714 (or 0xB09714) is known color: Lucky. HEX triplet: B0, 97 and 14. RGB value is (176,151,20). Sum of RGB (Red+Green+Blue) = 176+151+20=347 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.72% from 347); Green value is 151 (59.38% from 255 or 43.52% from 347); Blue value is 20 (8.20% from 255 or 5.76% from 347); Max value from RGB is 176 - color contains mainly: red. Hex color #B09714 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09714 is #4F68EB. Grayscale: #909090. Windows color (decimal): -5204204 or 1349552. OLE color: 1349552.

HSL color Cylindrical-coordinate representation of color #B09714: hue angle of 50.38º 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 #B09714 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 151 20 -
CMYK 0 0.14 0.89 0.31
HSL 50.38º 0.8% 0.38% -
HSV(B) 50.38º 0.89% 0.69% -
XYZ 29.1 31.41 5.19 -
YUV 143.54 58.28 151.15 -
System Red Green Blue C M Y K H S L
Decimal 176 151 20 0 0.14 0.89 0.31 50.38 0.8 0.38
Hex B0 97 14 0 E 59 1F 32 50 26
Octal 260 227 24 0 16 131 37 62 120 46
Binary 10110000 10010111 10100 0 1110 1011001 11111 110010 1010000 100110

Color Harmonies of #B09714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09714

Black with #B09714

Text Example


Text Example

White with #B09714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09714; }

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

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

background-color css

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

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

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

border-color css

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

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

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