Html Css Color HEX #BDB246 Brass

📋 copy color: '#BDB246'

red 189 ◦ green 178 ◦ blue 70

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

Shades of Brass #BDB246

Tints of Brass #BDB246

RGB

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

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

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

R = 43.25%
G = 40.73%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BDB246 (or 0xBDB246) is known color: Brass. HEX triplet: BD, B2 and 46. RGB value is (189,178,70). Sum of RGB (Red+Green+Blue) = 189+178+70=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 178 (69.92% from 255 or 40.73% from 437); Blue value is 70 (27.73% from 255 or 16.02% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB246 is #424DB9. Grayscale: #A9A9A9. Windows color (decimal): -4345274 or 4633277. OLE color: 4633277.

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

Color convert

RGB 189 178 70 -
CMYK 0 0.06 0.63 0.26
HSL 54.45º 0.47% 0.51% -
HSV(B) 54.45º 0.63% 0.74% -
XYZ 38.01 43.1 12.11 -
YUV 168.98 72.14 142.28 -
System Red Green Blue C M Y K H S L
Decimal 189 178 70 0 0.06 0.63 0.26 54.45 0.47 0.51
Hex BD B2 46 0 6 3F 1A 36 2F 33
Octal 275 262 106 0 6 77 32 66 57 63
Binary 10111101 10110010 1000110 0 110 111111 11010 110110 101111 110011

Color Harmonies of #BDB246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB246

Black with #BDB246

Text Example


Text Example

White with #BDB246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB246; }

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

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

background-color css

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

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

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

border-color css

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

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

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