Html Css Color HEX #BDB045 Brass

📋 copy color: '#BDB045'

red 189 ◦ green 176 ◦ blue 69

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

Shades of Brass #BDB045

Tints of Brass #BDB045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.9%

R = 43.55%
G = 40.55%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BDB045 (or 0xBDB045) is known color: Brass. HEX triplet: BD, B0 and 45. RGB value is (189,176,69). Sum of RGB (Red+Green+Blue) = 189+176+69=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 69 (27.34% from 255 or 15.90% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB045 is #424FBA. Grayscale: #A8A8A8. Windows color (decimal): -4345787 or 4567229. OLE color: 4567229.

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

Color convert

RGB 189 176 69 -
CMYK 0 0.07 0.63 0.26
HSL 53.5º 0.48% 0.51% -
HSV(B) 53.5º 0.63% 0.74% -
XYZ 37.59 42.3 11.81 -
YUV 167.69 72.31 143.2 -
System Red Green Blue C M Y K H S L
Decimal 189 176 69 0 0.07 0.63 0.26 53.5 0.48 0.51
Hex BD B0 45 0 7 3F 1A 36 30 33
Octal 275 260 105 0 7 77 32 66 60 63
Binary 10111101 10110000 1000101 0 111 111111 11010 110110 110000 110011

Color Harmonies of #BDB045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB045

Black with #BDB045

Text Example


Text Example

White with #BDB045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB045; }

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

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

background-color css

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

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

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

border-color css

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

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

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