Html Css Color HEX #BD8A27 Nugget

📋 copy color: '#BD8A27'

red 189 ◦ green 138 ◦ blue 39

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

Shades of Nugget #BD8A27

Tints of Nugget #BD8A27

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.7%

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

R = 51.64%
G = 37.7%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BD8A27 (or 0xBD8A27) is known color: Nugget. HEX triplet: BD, 8A and 27. RGB value is (189,138,39). Sum of RGB (Red+Green+Blue) = 189+138+39=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 39 (15.62% from 255 or 10.66% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8A27 is #4275D8. Grayscale: #8E8E8E. Windows color (decimal): -4355545 or 2591421. OLE color: 2591421.

HSL color Cylindrical-coordinate representation of color #BD8A27: hue angle of 39.6º 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 #BD8A27 is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 138 39 -
CMYK 0 0.27 0.79 0.26
HSL 39.6º 0.66% 0.45% -
HSV(B) 39.6º 0.79% 0.74% -
XYZ 30.44 29.14 5.94 -
YUV 141.96 69.9 161.55 -
System Red Green Blue C M Y K H S L
Decimal 189 138 39 0 0.27 0.79 0.26 39.6 0.66 0.45
Hex BD 8A 27 0 1B 4F 1A 28 42 2D
Octal 275 212 47 0 33 117 32 50 102 55
Binary 10111101 10001010 100111 0 11011 1001111 11010 101000 1000010 101101

Color Harmonies of #BD8A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8A27

Black with #BD8A27

Text Example


Text Example

White with #BD8A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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