Html Css Color HEX #BD8824 Nugget

📋 copy color: '#BD8824'

red 189 ◦ green 136 ◦ blue 36

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

Shades of Nugget #BD8824

Tints of Nugget #BD8824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.97%

R = 52.35%
G = 37.67%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BD8824 (or 0xBD8824) is known color: Nugget. HEX triplet: BD, 88 and 24. RGB value is (189,136,36). Sum of RGB (Red+Green+Blue) = 189+136+36=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 36 (14.45% from 255 or 9.97% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8824 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8824 is #4277DB. Grayscale: #8C8C8C. Windows color (decimal): -4356060 or 2394301. OLE color: 2394301.

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

Color convert

RGB 189 136 36 -
CMYK 0 0.28 0.81 0.26
HSL 39.22º 0.68% 0.44% -
HSV(B) 39.22º 0.81% 0.74% -
XYZ 30.11 28.55 5.59 -
YUV 140.45 69.06 162.63 -
System Red Green Blue C M Y K H S L
Decimal 189 136 36 0 0.28 0.81 0.26 39.22 0.68 0.44
Hex BD 88 24 0 1C 51 1A 27 44 2C
Octal 275 210 44 0 34 121 32 47 104 54
Binary 10111101 10001000 100100 0 11100 1010001 11010 100111 1000100 101100

Color Harmonies of #BD8824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8824

Black with #BD8824

Text Example


Text Example

White with #BD8824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8824; }

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

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

background-color css

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

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

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

border-color css

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

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

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