Html Css Color HEX #B2960E Lucky

📋 copy color: '#B2960E'

red 178 ◦ green 150 ◦ blue 14

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

Shades of Lucky #B2960E

Tints of Lucky #B2960E

RGB

 RED value IS 178 (69.92% from 255) = 52.05%

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

 BLUE value IS 14 (5.86% from 255) = 4.09%

R = 52.05%
G = 43.86%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B2960E (or 0xB2960E) is known color: Lucky. HEX triplet: B2, 96 and 0E. RGB value is (178,150,14). Sum of RGB (Red+Green+Blue) = 178+150+14=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 150 (58.98% from 255 or 43.86% from 342); Blue value is 14 (5.86% from 255 or 4.09% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B2960E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2960E is #4D69F1. Grayscale: #8F8F8F. Windows color (decimal): -5073394 or 956082. OLE color: 956082.

HSL color Cylindrical-coordinate representation of color #B2960E: hue angle of 49.76º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B2960E is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 150 14 -
CMYK 0 0.16 0.92 0.30
HSL 49.76º 0.85% 0.38% -
HSV(B) 49.76º 0.92% 0.7% -
XYZ 29.35 31.31 4.91 -
YUV 142.87 55.28 153.06 -
System Red Green Blue C M Y K H S L
Decimal 178 150 14 0 0.16 0.92 0.30 49.76 0.85 0.38
Hex B2 96 E 0 10 5C 1E 32 55 26
Octal 262 226 16 0 20 134 36 62 125 46
Binary 10110010 10010110 1110 0 10000 1011100 11110 110010 1010101 100110

Color Harmonies of #B2960E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2960E

Black with #B2960E

Text Example


Text Example

White with #B2960E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2960E; }

 p { color: rgb(178,150,14); }

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

background-color css

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

 a { background-color: rgb(178,150,14); }

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

border-color css

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

 span { border-color: rgb(178,150,14); }

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