Html Css Color HEX #BD8A2B Nugget

📋 copy color: '#BD8A2B'

red 189 ◦ green 138 ◦ blue 43

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

Shades of Nugget #BD8A2B

Tints of Nugget #BD8A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.62%

R = 51.08%
G = 37.3%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD8A2B (or 0xBD8A2B) is known color: Nugget. HEX triplet: BD, 8A and 2B. RGB value is (189,138,43). Sum of RGB (Red+Green+Blue) = 189+138+43=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 138 (54.30% from 255 or 37.30% from 370); Blue value is 43 (17.19% from 255 or 11.62% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8A2B is #4275D4. Grayscale: #8E8E8E. Windows color (decimal): -4355541 or 2853565. OLE color: 2853565.

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

Color convert

RGB 189 138 43 -
CMYK 0 0.27 0.77 0.26
HSL 39.04º 0.63% 0.45% -
HSV(B) 39.04º 0.77% 0.74% -
XYZ 30.51 29.17 6.31 -
YUV 142.42 71.9 161.22 -
System Red Green Blue C M Y K H S L
Decimal 189 138 43 0 0.27 0.77 0.26 39.04 0.63 0.45
Hex BD 8A 2B 0 1B 4D 1A 27 3F 2D
Octal 275 212 53 0 33 115 32 47 77 55
Binary 10111101 10001010 101011 0 11011 1001101 11010 100111 111111 101101

Color Harmonies of #BD8A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8A2B

Black with #BD8A2B

Text Example


Text Example

White with #BD8A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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