Html Css Color HEX #BDB144 Brass

📋 copy color: '#BDB144'

red 189 ◦ green 177 ◦ blue 68

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

Shades of Brass #BDB144

Tints of Brass #BDB144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.67%

R = 43.55%
G = 40.78%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BDB144 (or 0xBDB144) is known color: Brass. HEX triplet: BD, B1 and 44. RGB value is (189,177,68). Sum of RGB (Red+Green+Blue) = 189+177+68=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 177 (69.53% from 255 or 40.78% from 434); Blue value is 68 (26.95% from 255 or 15.67% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB144 is #424EBB. Grayscale: #A8A8A8. Windows color (decimal): -4345532 or 4501949. OLE color: 4501949.

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

Color convert

RGB 189 177 68 -
CMYK 0 0.06 0.64 0.26
HSL 54.05º 0.48% 0.5% -
HSV(B) 54.05º 0.64% 0.74% -
XYZ 37.75 42.68 11.72 -
YUV 168.16 71.48 142.86 -
System Red Green Blue C M Y K H S L
Decimal 189 177 68 0 0.06 0.64 0.26 54.05 0.48 0.5
Hex BD B1 44 0 6 40 1A 36 30 32
Octal 275 261 104 0 6 100 32 66 60 62
Binary 10111101 10110001 1000100 0 110 1000000 11010 110110 110000 110010

Color Harmonies of #BDB144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB144

Black with #BDB144

Text Example


Text Example

White with #BDB144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB144; }

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

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

background-color css

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

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

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

border-color css

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

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

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