Html Css Color HEX #BDB447 Brass

📋 copy color: '#BDB447'

red 189 ◦ green 180 ◦ blue 71

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

Shades of Brass #BDB447

Tints of Brass #BDB447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 16.14%

R = 42.95%
G = 40.91%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BDB447 (or 0xBDB447) is known color: Brass. HEX triplet: BD, B4 and 47. RGB value is (189,180,71). Sum of RGB (Red+Green+Blue) = 189+180+71=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 71 (28.12% from 255 or 16.14% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB447 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB447 is #424BB8. Grayscale: #AAAAAA. Windows color (decimal): -4344761 or 4699325. OLE color: 4699325.

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

Color convert

RGB 189 180 71 -
CMYK 0 0.05 0.62 0.26
HSL 55.42º 0.47% 0.51% -
HSV(B) 55.42º 0.62% 0.74% -
XYZ 38.44 43.92 12.41 -
YUV 170.27 71.98 141.36 -
System Red Green Blue C M Y K H S L
Decimal 189 180 71 0 0.05 0.62 0.26 55.42 0.47 0.51
Hex BD B4 47 0 5 3E 1A 37 2F 33
Octal 275 264 107 0 5 76 32 67 57 63
Binary 10111101 10110100 1000111 0 101 111110 11010 110111 101111 110011

Color Harmonies of #BDB447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB447

Black with #BDB447

Text Example


Text Example

White with #BDB447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB447; }

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

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

background-color css

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

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

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

border-color css

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

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

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