Html Css Color HEX #B09614 Lucky

📋 copy color: '#B09614'

red 176 ◦ green 150 ◦ blue 20

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

Shades of Lucky #B09614

Tints of Lucky #B09614

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.35%

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

R = 50.87%
G = 43.35%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B09614 (or 0xB09614) is known color: Lucky. HEX triplet: B0, 96 and 14. RGB value is (176,150,20). Sum of RGB (Red+Green+Blue) = 176+150+20=346 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.87% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 20 (8.20% from 255 or 5.78% from 346); Max value from RGB is 176 - color contains mainly: red. Hex color #B09614 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09614 is #4F69EB. Grayscale: #8F8F8F. Windows color (decimal): -5204460 or 1349296. OLE color: 1349296.

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

Color convert

RGB 176 150 20 -
CMYK 0 0.15 0.89 0.31
HSL 50º 0.8% 0.38% -
HSV(B) 50º 0.89% 0.69% -
XYZ 28.94 31.09 5.14 -
YUV 142.95 58.61 151.57 -
System Red Green Blue C M Y K H S L
Decimal 176 150 20 0 0.15 0.89 0.31 50 0.8 0.38
Hex B0 96 14 0 F 59 1F 32 50 26
Octal 260 226 24 0 17 131 37 62 120 46
Binary 10110000 10010110 10100 0 1111 1011001 11111 110010 1010000 100110

Color Harmonies of #B09614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09614

Black with #B09614

Text Example


Text Example

White with #B09614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09614; }

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

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

background-color css

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

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

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

border-color css

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

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

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