Html Css Color HEX #BDB145 Brass

📋 copy color: '#BDB145'

red 189 ◦ green 177 ◦ blue 69

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

Shades of Brass #BDB145

Tints of Brass #BDB145

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.69%

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

R = 43.45%
G = 40.69%
B = 15.86%

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

#BDB145 (or 0xBDB145) is known color: Brass. HEX triplet: BD, B1 and 45. RGB value is (189,177,69). Sum of RGB (Red+Green+Blue) = 189+177+69=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 69 (27.34% from 255 or 15.86% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB145 is #424EBA. Grayscale: #A8A8A8. Windows color (decimal): -4345531 or 4567485. OLE color: 4567485.

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

Color convert

RGB 189 177 69 -
CMYK 0 0.06 0.63 0.26
HSL 54º 0.48% 0.51% -
HSV(B) 54º 0.63% 0.74% -
XYZ 37.78 42.69 11.88 -
YUV 168.28 71.98 142.78 -
System Red Green Blue C M Y K H S L
Decimal 189 177 69 0 0.06 0.63 0.26 54 0.48 0.51
Hex BD B1 45 0 6 3F 1A 36 30 33
Octal 275 261 105 0 6 77 32 66 60 63
Binary 10111101 10110001 1000101 0 110 111111 11010 110110 110000 110011

Color Harmonies of #BDB145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB145

Black with #BDB145

Text Example


Text Example

White with #BDB145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB145; }

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

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

background-color css

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

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

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

border-color css

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

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

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