Html Css Color HEX #BDA33E Brass

📋 copy color: '#BDA33E'

red 189 ◦ green 163 ◦ blue 62

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

Shades of Brass #BDA33E

Tints of Brass #BDA33E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.98%

R = 45.65%
G = 39.37%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BDA33E (or 0xBDA33E) is known color: Brass. HEX triplet: BD, A3 and 3E. RGB value is (189,163,62). Sum of RGB (Red+Green+Blue) = 189+163+62=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 163 (64.06% from 255 or 39.37% from 414); Blue value is 62 (24.61% from 255 or 14.98% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA33E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA33E is #425CC1. Grayscale: #9F9F9F. Windows color (decimal): -4349122 or 4105149. OLE color: 4105149.

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

Color convert

RGB 189 163 62 -
CMYK 0 0.14 0.67 0.26
HSL 47.72º 0.51% 0.49% -
HSV(B) 47.72º 0.67% 0.74% -
XYZ 34.95 37.36 9.93 -
YUV 159.26 73.11 149.21 -
System Red Green Blue C M Y K H S L
Decimal 189 163 62 0 0.14 0.67 0.26 47.72 0.51 0.49
Hex BD A3 3E 0 E 43 1A 30 33 31
Octal 275 243 76 0 16 103 32 60 63 61
Binary 10111101 10100011 111110 0 1110 1000011 11010 110000 110011 110001

Color Harmonies of #BDA33E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA33E

Black with #BDA33E

Text Example


Text Example

White with #BDA33E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA33E; }

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

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

background-color css

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

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

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

border-color css

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

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

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