Html Css Color HEX #BDAB3F Brass

📋 copy color: '#BDAB3F'

red 189 ◦ green 171 ◦ blue 63

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

Shades of Brass #BDAB3F

Tints of Brass #BDAB3F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.43%

 BLUE value IS 63 (25% from 255) = 14.89%

R = 44.68%
G = 40.43%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BDAB3F (or 0xBDAB3F) is known color: Brass. HEX triplet: BD, AB and 3F. RGB value is (189,171,63). Sum of RGB (Red+Green+Blue) = 189+171+63=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 63 (25% from 255 or 14.89% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAB3F is #4254C0. Grayscale: #A4A4A4. Windows color (decimal): -4347073 or 4172733. OLE color: 4172733.

HSL color Cylindrical-coordinate representation of color #BDAB3F: hue angle of 51.43º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDAB3F is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 171 63 -
CMYK 0 0.10 0.67 0.26
HSL 51.43º 0.5% 0.49% -
HSV(B) 51.43º 0.67% 0.74% -
XYZ 36.45 40.3 10.56 -
YUV 164.07 70.96 145.78 -
System Red Green Blue C M Y K H S L
Decimal 189 171 63 0 0.10 0.67 0.26 51.43 0.5 0.49
Hex BD AB 3F 0 A 43 1A 33 32 31
Octal 275 253 77 0 12 103 32 63 62 61
Binary 10111101 10101011 111111 0 1010 1000011 11010 110011 110010 110001

Color Harmonies of #BDAB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAB3F

Black with #BDAB3F

Text Example


Text Example

White with #BDAB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAB3F; }

 p { color: rgb(189,171,63); }

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

background-color css

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

 a { background-color: rgb(189,171,63); }

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

border-color css

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

 span { border-color: rgb(189,171,63); }

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