Html Css Color HEX #BDA333 Brass

📋 copy color: '#BDA333'

red 189 ◦ green 163 ◦ blue 51

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

Shades of Brass #BDA333

Tints of Brass #BDA333

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.45%

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

R = 46.9%
G = 40.45%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BDA333 (or 0xBDA333) is known color: Brass. HEX triplet: BD, A3 and 33. RGB value is (189,163,51). Sum of RGB (Red+Green+Blue) = 189+163+51=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 163 (64.06% from 255 or 40.45% from 403); Blue value is 51 (20.31% from 255 or 12.66% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA333 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA333 is #425CCC. Grayscale: #9E9E9E. Windows color (decimal): -4349133 or 3384253. OLE color: 3384253.

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

Color convert

RGB 189 163 51 -
CMYK 0 0.14 0.73 0.26
HSL 48.7º 0.58% 0.47% -
HSV(B) 48.7º 0.73% 0.74% -
XYZ 34.68 37.25 8.49 -
YUV 158.01 67.61 150.11 -
System Red Green Blue C M Y K H S L
Decimal 189 163 51 0 0.14 0.73 0.26 48.7 0.58 0.47
Hex BD A3 33 0 E 49 1A 31 3A 2F
Octal 275 243 63 0 16 111 32 61 72 57
Binary 10111101 10100011 110011 0 1110 1001001 11010 110001 111010 101111

Color Harmonies of #BDA333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA333

Black with #BDA333

Text Example


Text Example

White with #BDA333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA333; }

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

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

background-color css

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

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

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

border-color css

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

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

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