Html Css Color HEX #BDB042 Brass

📋 copy color: '#BDB042'

red 189 ◦ green 176 ◦ blue 66

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

Shades of Brass #BDB042

Tints of Brass #BDB042

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.84%

 BLUE value IS 66 (26.17% from 255) = 15.31%

R = 43.85%
G = 40.84%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BDB042 (or 0xBDB042) is known color: Brass. HEX triplet: BD, B0 and 42. RGB value is (189,176,66). Sum of RGB (Red+Green+Blue) = 189+176+66=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 176 (69.14% from 255 or 40.84% from 431); Blue value is 66 (26.17% from 255 or 15.31% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB042 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB042 is #424FBD. Grayscale: #A7A7A7. Windows color (decimal): -4345790 or 4370621. OLE color: 4370621.

HSL color Cylindrical-coordinate representation of color #BDB042: hue angle of 53.66º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BDB042 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 176 66 -
CMYK 0 0.07 0.65 0.26
HSL 53.66º 0.48% 0.5% -
HSV(B) 53.66º 0.65% 0.74% -
XYZ 37.49 42.26 11.34 -
YUV 167.35 70.81 143.44 -
System Red Green Blue C M Y K H S L
Decimal 189 176 66 0 0.07 0.65 0.26 53.66 0.48 0.5
Hex BD B0 42 0 7 41 1A 36 30 32
Octal 275 260 102 0 7 101 32 66 60 62
Binary 10111101 10110000 1000010 0 111 1000001 11010 110110 110000 110010

Color Harmonies of #BDB042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB042

Black with #BDB042

Text Example


Text Example

White with #BDB042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB042; }

 p { color: rgb(189,176,66); }

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

background-color css

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

 a { background-color: rgb(189,176,66); }

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

border-color css

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

 span { border-color: rgb(189,176,66); }

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