Html Css Color HEX #BD8A1B Nugget

📋 copy color: '#BD8A1B'

red 189 ◦ green 138 ◦ blue 27

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

Shades of Nugget #BD8A1B

Tints of Nugget #BD8A1B

RGB

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

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

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

R = 53.39%
G = 38.98%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD8A1B (or 0xBD8A1B) is known color: Nugget. HEX triplet: BD, 8A and 1B. RGB value is (189,138,27). Sum of RGB (Red+Green+Blue) = 189+138+27=354 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.39% from 354); Green value is 138 (54.30% from 255 or 38.98% from 354); Blue value is 27 (10.94% from 255 or 7.63% from 354); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8A1B is #4275E4. Grayscale: #8D8D8D. Windows color (decimal): -4355557 or 1804989. OLE color: 1804989.

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

Color convert

RGB 189 138 27 -
CMYK 0 0.27 0.86 0.26
HSL 41.11º 0.75% 0.42% -
HSV(B) 41.11º 0.86% 0.74% -
XYZ 30.27 29.07 5.05 -
YUV 140.6 63.9 162.53 -
System Red Green Blue C M Y K H S L
Decimal 189 138 27 0 0.27 0.86 0.26 41.11 0.75 0.42
Hex BD 8A 1B 0 1B 56 1A 29 4B 2A
Octal 275 212 33 0 33 126 32 51 113 52
Binary 10111101 10001010 11011 0 11011 1010110 11010 101001 1001011 101010

Color Harmonies of #BD8A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8A1B

Black with #BD8A1B

Text Example


Text Example

White with #BD8A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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