Html Css Color HEX #BD8C1B Nugget

📋 copy color: '#BD8C1B'

red 189 ◦ green 140 ◦ blue 27

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

Shades of Nugget #BD8C1B

Tints of Nugget #BD8C1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.58%

R = 53.09%
G = 39.33%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD8C1B (or 0xBD8C1B) is known color: Nugget. HEX triplet: BD, 8C and 1B. RGB value is (189,140,27). Sum of RGB (Red+Green+Blue) = 189+140+27=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 140 (55.08% from 255 or 39.33% from 356); Blue value is 27 (10.94% from 255 or 7.58% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8C1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8C1B is #4273E4. Grayscale: #8E8E8E. Windows color (decimal): -4355045 or 1805501. OLE color: 1805501.

HSL color Cylindrical-coordinate representation of color #BD8C1B: hue angle of 41.85º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD8C1B is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 140 27 -
CMYK 0 0.26 0.86 0.26
HSL 41.85º 0.75% 0.42% -
HSV(B) 41.85º 0.86% 0.74% -
XYZ 30.56 29.65 5.15 -
YUV 141.77 63.23 161.69 -
System Red Green Blue C M Y K H S L
Decimal 189 140 27 0 0.26 0.86 0.26 41.85 0.75 0.42
Hex BD 8C 1B 0 1A 56 1A 2A 4B 2A
Octal 275 214 33 0 32 126 32 52 113 52
Binary 10111101 10001100 11011 0 11010 1010110 11010 101010 1001011 101010

Color Harmonies of #BD8C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8C1B

Black with #BD8C1B

Text Example


Text Example

White with #BD8C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8C1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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