Html Css Color HEX #BD8A23 Nugget

📋 copy color: '#BD8A23'

red 189 ◦ green 138 ◦ blue 35

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

Shades of Nugget #BD8A23

Tints of Nugget #BD8A23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.67%

R = 52.21%
G = 38.12%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BD8A23 (or 0xBD8A23) is known color: Nugget. HEX triplet: BD, 8A and 23. RGB value is (189,138,35). Sum of RGB (Red+Green+Blue) = 189+138+35=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 138 (54.30% from 255 or 38.12% from 362); Blue value is 35 (14.06% from 255 or 9.67% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8A23 is #4275DC. Grayscale: #8D8D8D. Windows color (decimal): -4355549 or 2329277. OLE color: 2329277.

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

Color convert

RGB 189 138 35 -
CMYK 0 0.27 0.81 0.26
HSL 40.13º 0.69% 0.44% -
HSV(B) 40.13º 0.81% 0.74% -
XYZ 30.38 29.12 5.61 -
YUV 141.51 67.9 161.88 -
System Red Green Blue C M Y K H S L
Decimal 189 138 35 0 0.27 0.81 0.26 40.13 0.69 0.44
Hex BD 8A 23 0 1B 51 1A 28 45 2C
Octal 275 212 43 0 33 121 32 50 105 54
Binary 10111101 10001010 100011 0 11011 1010001 11010 101000 1000101 101100

Color Harmonies of #BD8A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8A23

Black with #BD8A23

Text Example


Text Example

White with #BD8A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8A23; }

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

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

background-color css

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

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

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

border-color css

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

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

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