Html Css Color HEX #B3981D Lucky

📋 copy color: '#B3981D'

red 179 ◦ green 152 ◦ blue 29

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

Shades of Lucky #B3981D

Tints of Lucky #B3981D

RGB

 RED value IS 179 (70.31% from 255) = 49.72%

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

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

R = 49.72%
G = 42.22%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B3981D (or 0xB3981D) is known color: Lucky. HEX triplet: B3, 98 and 1D. RGB value is (179,152,29). Sum of RGB (Red+Green+Blue) = 179+152+29=360 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.72% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 29 (11.72% from 255 or 8.06% from 360); Max value from RGB is 179 - color contains mainly: red. Hex color #B3981D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3981D is #4C67E2. Grayscale: #929292. Windows color (decimal): -5007331 or 1939635. OLE color: 1939635.

HSL color Cylindrical-coordinate representation of color #B3981D: hue angle of 49.2º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B3981D is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 152 29 -
CMYK 0 0.15 0.84 0.30
HSL 49.2º 0.72% 0.41% -
HSV(B) 49.2º 0.84% 0.7% -
XYZ 30.04 32.13 5.78 -
YUV 146.05 61.95 151.5 -
System Red Green Blue C M Y K H S L
Decimal 179 152 29 0 0.15 0.84 0.30 49.2 0.72 0.41
Hex B3 98 1D 0 F 54 1E 31 48 29
Octal 263 230 35 0 17 124 36 61 110 51
Binary 10110011 10011000 11101 0 1111 1010100 11110 110001 1001000 101001

Color Harmonies of #B3981D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3981D

Black with #B3981D

Text Example


Text Example

White with #B3981D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3981D; }

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

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

background-color css

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

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

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

border-color css

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

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

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