Html Css Color HEX #BD8E27 Nugget

📋 copy color: '#BD8E27'

red 189 ◦ green 142 ◦ blue 39

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

Shades of Nugget #BD8E27

Tints of Nugget #BD8E27

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.38%

 BLUE value IS 39 (15.63% from 255) = 10.54%

R = 51.08%
G = 38.38%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BD8E27 (or 0xBD8E27) is known color: Nugget. HEX triplet: BD, 8E and 27. RGB value is (189,142,39). Sum of RGB (Red+Green+Blue) = 189+142+39=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 142 (55.86% from 255 or 38.38% from 370); Blue value is 39 (15.62% from 255 or 10.54% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8E27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8E27 is #4271D8. Grayscale: #909090. Windows color (decimal): -4354521 or 2592445. OLE color: 2592445.

HSL color Cylindrical-coordinate representation of color #BD8E27: hue angle of 41.2º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD8E27 is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 142 39 -
CMYK 0 0.25 0.79 0.26
HSL 41.2º 0.66% 0.45% -
HSV(B) 41.2º 0.79% 0.74% -
XYZ 31.03 30.31 6.13 -
YUV 144.31 68.57 159.88 -
System Red Green Blue C M Y K H S L
Decimal 189 142 39 0 0.25 0.79 0.26 41.2 0.66 0.45
Hex BD 8E 27 0 19 4F 1A 29 42 2D
Octal 275 216 47 0 31 117 32 51 102 55
Binary 10111101 10001110 100111 0 11001 1001111 11010 101001 1000010 101101

Color Harmonies of #BD8E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8E27

Black with #BD8E27

Text Example


Text Example

White with #BD8E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8E27; }

 p { color: rgb(189,142,39); }

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

background-color css

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

 a { background-color: rgb(189,142,39); }

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

border-color css

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

 span { border-color: rgb(189,142,39); }

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