Html Css Color HEX #BDAF33 Brass

📋 copy color: '#BDAF33'

red 189 ◦ green 175 ◦ blue 51

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

Shades of Brass #BDAF33

Tints of Brass #BDAF33

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.17%

 BLUE value IS 51 (20.31% from 255) = 12.29%

R = 45.54%
G = 42.17%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BDAF33 (or 0xBDAF33) is known color: Brass. HEX triplet: BD, AF and 33. RGB value is (189,175,51). Sum of RGB (Red+Green+Blue) = 189+175+51=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 51 (20.31% from 255 or 12.29% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAF33 is #4250CC. Grayscale: #A5A5A5. Windows color (decimal): -4346061 or 3387325. OLE color: 3387325.

HSL color Cylindrical-coordinate representation of color #BDAF33: hue angle of 53.91º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BDAF33 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 175 51 -
CMYK 0 0.07 0.73 0.26
HSL 53.91º 0.58% 0.47% -
HSV(B) 53.91º 0.73% 0.74% -
XYZ 36.91 41.72 9.24 -
YUV 165.05 63.64 145.08 -
System Red Green Blue C M Y K H S L
Decimal 189 175 51 0 0.07 0.73 0.26 53.91 0.58 0.47
Hex BD AF 33 0 7 49 1A 36 3A 2F
Octal 275 257 63 0 7 111 32 66 72 57
Binary 10111101 10101111 110011 0 111 1001001 11010 110110 111010 101111

Color Harmonies of #BDAF33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAF33

Black with #BDAF33

Text Example


Text Example

White with #BDAF33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAF33; }

 p { color: rgb(189,175,51); }

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

background-color css

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

 a { background-color: rgb(189,175,51); }

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

border-color css

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

 span { border-color: rgb(189,175,51); }

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