Html Css Color HEX #BDB245 Brass

📋 copy color: '#BDB245'

red 189 ◦ green 178 ◦ blue 69

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

Shades of Brass #BDB245

Tints of Brass #BDB245

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.83%

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

R = 43.35%
G = 40.83%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BDB245 (or 0xBDB245) is known color: Brass. HEX triplet: BD, B2 and 45. RGB value is (189,178,69). Sum of RGB (Red+Green+Blue) = 189+178+69=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 178 (69.92% from 255 or 40.83% from 436); Blue value is 69 (27.34% from 255 or 15.83% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB245 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB245 is #424DBA. Grayscale: #A9A9A9. Windows color (decimal): -4345275 or 4567741. OLE color: 4567741.

HSL color Cylindrical-coordinate representation of color #BDB245: hue angle of 54.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 #BDB245 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 178 69 -
CMYK 0 0.06 0.63 0.26
HSL 54.5º 0.48% 0.51% -
HSV(B) 54.5º 0.63% 0.74% -
XYZ 37.98 43.09 11.95 -
YUV 168.86 71.64 142.36 -
System Red Green Blue C M Y K H S L
Decimal 189 178 69 0 0.06 0.63 0.26 54.5 0.48 0.51
Hex BD B2 45 0 6 3F 1A 36 30 33
Octal 275 262 105 0 6 77 32 66 60 63
Binary 10111101 10110010 1000101 0 110 111111 11010 110110 110000 110011

Color Harmonies of #BDB245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB245

Black with #BDB245

Text Example


Text Example

White with #BDB245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB245; }

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

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

background-color css

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

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

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

border-color css

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

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

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