Html Css Color HEX #BD8C2B Nugget

📋 copy color: '#BD8C2B'

red 189 ◦ green 140 ◦ blue 43

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

Shades of Nugget #BD8C2B

Tints of Nugget #BD8C2B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.63%

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

R = 50.81%
G = 37.63%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD8C2B (or 0xBD8C2B) is known color: Nugget. HEX triplet: BD, 8C and 2B. RGB value is (189,140,43). Sum of RGB (Red+Green+Blue) = 189+140+43=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 140 (55.08% from 255 or 37.63% from 372); Blue value is 43 (17.19% from 255 or 11.56% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8C2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8C2B is #4273D4. Grayscale: #909090. Windows color (decimal): -4355029 or 2854077. OLE color: 2854077.

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

Color convert

RGB 189 140 43 -
CMYK 0 0.26 0.77 0.26
HSL 39.86º 0.63% 0.45% -
HSV(B) 39.86º 0.77% 0.74% -
XYZ 30.8 29.75 6.4 -
YUV 143.59 71.23 160.39 -
System Red Green Blue C M Y K H S L
Decimal 189 140 43 0 0.26 0.77 0.26 39.86 0.63 0.45
Hex BD 8C 2B 0 1A 4D 1A 28 3F 2D
Octal 275 214 53 0 32 115 32 50 77 55
Binary 10111101 10001100 101011 0 11010 1001101 11010 101000 111111 101101

Color Harmonies of #BD8C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8C2B

Black with #BD8C2B

Text Example


Text Example

White with #BD8C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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