Html Css Color HEX #BDB244 Brass

📋 copy color: '#BDB244'

red 189 ◦ green 178 ◦ blue 68

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

Shades of Brass #BDB244

Tints of Brass #BDB244

RGB

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

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

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

R = 43.45%
G = 40.92%
B = 15.63%

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

#BDB244 (or 0xBDB244) is known color: Brass. HEX triplet: BD, B2 and 44. RGB value is (189,178,68). Sum of RGB (Red+Green+Blue) = 189+178+68=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 178 (69.92% from 255 or 40.92% from 435); Blue value is 68 (26.95% from 255 or 15.63% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB244 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB244 is #424DBB. Grayscale: #A9A9A9. Windows color (decimal): -4345276 or 4502205. OLE color: 4502205.

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

Color convert

RGB 189 178 68 -
CMYK 0 0.06 0.64 0.26
HSL 54.55º 0.48% 0.5% -
HSV(B) 54.55º 0.64% 0.74% -
XYZ 37.95 43.08 11.78 -
YUV 168.75 71.14 142.44 -
System Red Green Blue C M Y K H S L
Decimal 189 178 68 0 0.06 0.64 0.26 54.55 0.48 0.5
Hex BD B2 44 0 6 40 1A 37 30 32
Octal 275 262 104 0 6 100 32 67 60 62
Binary 10111101 10110010 1000100 0 110 1000000 11010 110111 110000 110010

Color Harmonies of #BDB244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB244

Black with #BDB244

Text Example


Text Example

White with #BDB244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB244; }

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

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

background-color css

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

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

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

border-color css

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

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

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