Html Css Color HEX #BD881C Nugget

📋 copy color: '#BD881C'

red 189 ◦ green 136 ◦ blue 28

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

Shades of Nugget #BD881C

Tints of Nugget #BD881C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.93%

R = 53.54%
G = 38.53%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BD881C (or 0xBD881C) is known color: Nugget. HEX triplet: BD, 88 and 1C. RGB value is (189,136,28). Sum of RGB (Red+Green+Blue) = 189+136+28=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 136 (53.52% from 255 or 38.53% from 353); Blue value is 28 (11.33% from 255 or 7.93% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD881C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD881C is #4277E3. Grayscale: #8C8C8C. Windows color (decimal): -4356068 or 1870013. OLE color: 1870013.

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

Color convert

RGB 189 136 28 -
CMYK 0 0.28 0.85 0.26
HSL 40.25º 0.74% 0.43% -
HSV(B) 40.25º 0.85% 0.74% -
XYZ 30 28.51 5.02 -
YUV 139.54 65.06 163.28 -
System Red Green Blue C M Y K H S L
Decimal 189 136 28 0 0.28 0.85 0.26 40.25 0.74 0.43
Hex BD 88 1C 0 1C 55 1A 28 4A 2B
Octal 275 210 34 0 34 125 32 50 112 53
Binary 10111101 10001000 11100 0 11100 1010101 11010 101000 1001010 101011

Color Harmonies of #BD881C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD881C

Black with #BD881C

Text Example


Text Example

White with #BD881C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD881C; }

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

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

background-color css

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

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

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

border-color css

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

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

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