Html Css Color HEX #BDB043 Brass

📋 copy color: '#BDB043'

red 189 ◦ green 176 ◦ blue 67

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

Shades of Brass #BDB043

Tints of Brass #BDB043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 15.51%

R = 43.75%
G = 40.74%
B = 15.51%

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

#BDB043 (or 0xBDB043) is known color: Brass. HEX triplet: BD, B0 and 43. RGB value is (189,176,67). Sum of RGB (Red+Green+Blue) = 189+176+67=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 176 (69.14% from 255 or 40.74% from 432); Blue value is 67 (26.56% from 255 or 15.51% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB043 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB043 is #424FBC. Grayscale: #A7A7A7. Windows color (decimal): -4345789 or 4436157. OLE color: 4436157.

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

Color convert

RGB 189 176 67 -
CMYK 0 0.07 0.65 0.26
HSL 53.61º 0.48% 0.5% -
HSV(B) 53.61º 0.65% 0.74% -
XYZ 37.52 42.27 11.49 -
YUV 167.46 71.31 143.36 -
System Red Green Blue C M Y K H S L
Decimal 189 176 67 0 0.07 0.65 0.26 53.61 0.48 0.5
Hex BD B0 43 0 7 41 1A 36 30 32
Octal 275 260 103 0 7 101 32 66 60 62
Binary 10111101 10110000 1000011 0 111 1000001 11010 110110 110000 110010

Color Harmonies of #BDB043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB043

Black with #BDB043

Text Example


Text Example

White with #BDB043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB043; }

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

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

background-color css

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

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

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

border-color css

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

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

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