Html Css Color HEX #B0981D Lucky

📋 copy color: '#B0981D'

red 176 ◦ green 152 ◦ blue 29

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

Shades of Lucky #B0981D

Tints of Lucky #B0981D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.12%

R = 49.3%
G = 42.58%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B0981D (or 0xB0981D) is known color: Lucky. HEX triplet: B0, 98 and 1D. RGB value is (176,152,29). Sum of RGB (Red+Green+Blue) = 176+152+29=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 152 (59.77% from 255 or 42.58% from 357); Blue value is 29 (11.72% from 255 or 8.12% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B0981D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0981D is #4F67E2. Grayscale: #919191. Windows color (decimal): -5203939 or 1939632. OLE color: 1939632.

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

Color convert

RGB 176 152 29 -
CMYK 0 0.14 0.84 0.31
HSL 50.2º 0.72% 0.4% -
HSV(B) 50.2º 0.84% 0.69% -
XYZ 29.35 31.78 5.75 -
YUV 145.15 62.45 150 -
System Red Green Blue C M Y K H S L
Decimal 176 152 29 0 0.14 0.84 0.31 50.2 0.72 0.4
Hex B0 98 1D 0 E 54 1F 32 48 28
Octal 260 230 35 0 16 124 37 62 110 50
Binary 10110000 10011000 11101 0 1110 1010100 11111 110010 1001000 101000

Color Harmonies of #B0981D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0981D

Black with #B0981D

Text Example


Text Example

White with #B0981D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0981D; }

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

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

background-color css

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

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

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

border-color css

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

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

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