Html Css Color HEX #BDB146 Brass

📋 copy color: '#BDB146'

red 189 ◦ green 177 ◦ blue 70

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

Shades of Brass #BDB146

Tints of Brass #BDB146

RGB

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

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

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

R = 43.35%
G = 40.6%
B = 16.06%

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

#BDB146 (or 0xBDB146) is known color: Brass. HEX triplet: BD, B1 and 46. RGB value is (189,177,70). Sum of RGB (Red+Green+Blue) = 189+177+70=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 177 (69.53% from 255 or 40.60% from 436); Blue value is 70 (27.73% from 255 or 16.06% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB146 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB146 is #424EB9. Grayscale: #A8A8A8. Windows color (decimal): -4345530 or 4633021. OLE color: 4633021.

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

Color convert

RGB 189 177 70 -
CMYK 0 0.06 0.63 0.26
HSL 53.95º 0.47% 0.51% -
HSV(B) 53.95º 0.63% 0.74% -
XYZ 37.81 42.71 12.04 -
YUV 168.39 72.48 142.7 -
System Red Green Blue C M Y K H S L
Decimal 189 177 70 0 0.06 0.63 0.26 53.95 0.47 0.51
Hex BD B1 46 0 6 3F 1A 36 2F 33
Octal 275 261 106 0 6 77 32 66 57 63
Binary 10111101 10110001 1000110 0 110 111111 11010 110110 101111 110011

Color Harmonies of #BDB146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB146

Black with #BDB146

Text Example


Text Example

White with #BDB146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB146; }

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

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

background-color css

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

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

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

border-color css

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

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

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