Html Css Color HEX #BDB548 Brass

📋 copy color: '#BDB548'

red 189 ◦ green 181 ◦ blue 72

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

Shades of Brass #BDB548

Tints of Brass #BDB548

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.95%

 BLUE value IS 72 (28.52% from 255) = 16.29%

R = 42.76%
G = 40.95%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BDB548 (or 0xBDB548) is known color: Brass. HEX triplet: BD, B5 and 48. RGB value is (189,181,72). Sum of RGB (Red+Green+Blue) = 189+181+72=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 181 (71.09% from 255 or 40.95% from 442); Blue value is 72 (28.52% from 255 or 16.29% from 442); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB548 is #424AB7. Grayscale: #ABABAB. Windows color (decimal): -4344504 or 4765117. OLE color: 4765117.

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

Color convert

RGB 189 181 72 -
CMYK 0 0.04 0.62 0.26
HSL 55.9º 0.47% 0.51% -
HSV(B) 55.9º 0.62% 0.74% -
XYZ 38.68 44.33 12.65 -
YUV 170.97 72.15 140.86 -
System Red Green Blue C M Y K H S L
Decimal 189 181 72 0 0.04 0.62 0.26 55.9 0.47 0.51
Hex BD B5 48 0 4 3E 1A 38 2F 33
Octal 275 265 110 0 4 76 32 70 57 63
Binary 10111101 10110101 1001000 0 100 111110 11010 111000 101111 110011

Color Harmonies of #BDB548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB548

Black with #BDB548

Text Example


Text Example

White with #BDB548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB548; }

 p { color: rgb(189,181,72); }

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

background-color css

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

 a { background-color: rgb(189,181,72); }

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

border-color css

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

 span { border-color: rgb(189,181,72); }

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