Html Css Color HEX #BDB247 Brass

📋 copy color: '#BDB247'

red 189 ◦ green 178 ◦ blue 71

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

Shades of Brass #BDB247

Tints of Brass #BDB247

RGB

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

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

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

R = 43.15%
G = 40.64%
B = 16.21%

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

#BDB247 (or 0xBDB247) is known color: Brass. HEX triplet: BD, B2 and 47. RGB value is (189,178,71). Sum of RGB (Red+Green+Blue) = 189+178+71=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 178 (69.92% from 255 or 40.64% from 438); Blue value is 71 (28.12% from 255 or 16.21% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB247 is #424DB8. Grayscale: #A9A9A9. Windows color (decimal): -4345273 or 4698813. OLE color: 4698813.

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

Color convert

RGB 189 178 71 -
CMYK 0 0.06 0.62 0.26
HSL 54.41º 0.47% 0.51% -
HSV(B) 54.41º 0.62% 0.74% -
XYZ 38.04 43.11 12.28 -
YUV 169.09 72.64 142.2 -
System Red Green Blue C M Y K H S L
Decimal 189 178 71 0 0.06 0.62 0.26 54.41 0.47 0.51
Hex BD B2 47 0 6 3E 1A 36 2F 33
Octal 275 262 107 0 6 76 32 66 57 63
Binary 10111101 10110010 1000111 0 110 111110 11010 110110 101111 110011

Color Harmonies of #BDB247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB247

Black with #BDB247

Text Example


Text Example

White with #BDB247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB247; }

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

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

background-color css

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

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

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

border-color css

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

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

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