Html Css Color HEX #BDB147 Brass

📋 copy color: '#BDB147'

red 189 ◦ green 177 ◦ blue 71

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

Shades of Brass #BDB147

Tints of Brass #BDB147

RGB

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

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

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

R = 43.25%
G = 40.5%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BDB147 (or 0xBDB147) is known color: Brass. HEX triplet: BD, B1 and 47. RGB value is (189,177,71). Sum of RGB (Red+Green+Blue) = 189+177+71=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 177 (69.53% from 255 or 40.50% from 437); Blue value is 71 (28.12% from 255 or 16.25% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB147 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB147 is #424EB8. Grayscale: #A8A8A8. Windows color (decimal): -4345529 or 4698557. OLE color: 4698557.

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

Color convert

RGB 189 177 71 -
CMYK 0 0.06 0.62 0.26
HSL 53.9º 0.47% 0.51% -
HSV(B) 53.9º 0.62% 0.74% -
XYZ 37.85 42.72 12.21 -
YUV 168.5 72.98 142.62 -
System Red Green Blue C M Y K H S L
Decimal 189 177 71 0 0.06 0.62 0.26 53.9 0.47 0.51
Hex BD B1 47 0 6 3E 1A 36 2F 33
Octal 275 261 107 0 6 76 32 66 57 63
Binary 10111101 10110001 1000111 0 110 111110 11010 110110 101111 110011

Color Harmonies of #BDB147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB147

Black with #BDB147

Text Example


Text Example

White with #BDB147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB147; }

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

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

background-color css

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

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

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

border-color css

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

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

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