Html Css Color HEX #BDB446 Brass

📋 copy color: '#BDB446'

red 189 ◦ green 180 ◦ blue 70

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

Shades of Brass #BDB446

Tints of Brass #BDB446

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41%

 BLUE value IS 70 (27.73% from 255) = 15.95%

R = 43.05%
G = 41%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BDB446 (or 0xBDB446) is known color: Brass. HEX triplet: BD, B4 and 46. RGB value is (189,180,70). Sum of RGB (Red+Green+Blue) = 189+180+70=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 70 (27.73% from 255 or 15.95% from 439); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB446 is #424BB9. Grayscale: #AAAAAA. Windows color (decimal): -4344762 or 4633789. OLE color: 4633789.

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

Color convert

RGB 189 180 70 -
CMYK 0 0.05 0.63 0.26
HSL 55.46º 0.47% 0.51% -
HSV(B) 55.46º 0.63% 0.74% -
XYZ 38.41 43.9 12.24 -
YUV 170.15 71.48 141.44 -
System Red Green Blue C M Y K H S L
Decimal 189 180 70 0 0.05 0.63 0.26 55.46 0.47 0.51
Hex BD B4 46 0 5 3F 1A 37 2F 33
Octal 275 264 106 0 5 77 32 67 57 63
Binary 10111101 10110100 1000110 0 101 111111 11010 110111 101111 110011

Color Harmonies of #BDB446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB446

Black with #BDB446

Text Example


Text Example

White with #BDB446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB446; }

 p { color: rgb(189,180,70); }

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

background-color css

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

 a { background-color: rgb(189,180,70); }

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

border-color css

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

 span { border-color: rgb(189,180,70); }

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