Html Css Color HEX #BD881F Nugget

📋 copy color: '#BD881F'

red 189 ◦ green 136 ◦ blue 31

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

Shades of Nugget #BD881F

Tints of Nugget #BD881F

RGB

 RED value IS 189 (74.22% from 255) = 53.09%

 GREEN value IS 136 (53.52% from 255) = 38.2%

 BLUE value IS 31 (12.5% from 255) = 8.71%

R = 53.09%
G = 38.2%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BD881F (or 0xBD881F) is known color: Nugget. HEX triplet: BD, 88 and 1F. RGB value is (189,136,31). Sum of RGB (Red+Green+Blue) = 189+136+31=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 136 (53.52% from 255 or 38.20% from 356); Blue value is 31 (12.5% from 255 or 8.71% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BD881F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD881F is #4277E0. Grayscale: #8C8C8C. Windows color (decimal): -4356065 or 2066621. OLE color: 2066621.

HSL color Cylindrical-coordinate representation of color #BD881F: hue angle of 39.87º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD881F is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 136 31 -
CMYK 0 0.28 0.84 0.26
HSL 39.87º 0.72% 0.43% -
HSV(B) 39.87º 0.84% 0.74% -
XYZ 30.04 28.53 5.22 -
YUV 139.88 66.56 163.04 -
System Red Green Blue C M Y K H S L
Decimal 189 136 31 0 0.28 0.84 0.26 39.87 0.72 0.43
Hex BD 88 1F 0 1C 54 1A 28 48 2B
Octal 275 210 37 0 34 124 32 50 110 53
Binary 10111101 10001000 11111 0 11100 1010100 11010 101000 1001000 101011

Color Harmonies of #BD881F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD881F

Black with #BD881F

Text Example


Text Example

White with #BD881F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD881F; }

 p { color: rgb(189,136,31); }

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

background-color css

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

 a { background-color: rgb(189,136,31); }

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

border-color css

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

 span { border-color: rgb(189,136,31); }

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