Html Css Color HEX #BDA635 Brass

📋 copy color: '#BDA635'

red 189 ◦ green 166 ◦ blue 53

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

Shades of Brass #BDA635

Tints of Brass #BDA635

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.69%

 BLUE value IS 53 (21.09% from 255) = 12.99%

R = 46.32%
G = 40.69%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BDA635 (or 0xBDA635) is known color: Brass. HEX triplet: BD, A6 and 35. RGB value is (189,166,53). Sum of RGB (Red+Green+Blue) = 189+166+53=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 166 (65.23% from 255 or 40.69% from 408); Blue value is 53 (21.09% from 255 or 12.99% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA635 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA635 is #4259CA. Grayscale: #A0A0A0. Windows color (decimal): -4348363 or 3516093. OLE color: 3516093.

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

Color convert

RGB 189 166 53 -
CMYK 0 0.12 0.72 0.26
HSL 49.85º 0.56% 0.47% -
HSV(B) 49.85º 0.72% 0.74% -
XYZ 35.27 38.35 8.91 -
YUV 160 67.62 148.69 -
System Red Green Blue C M Y K H S L
Decimal 189 166 53 0 0.12 0.72 0.26 49.85 0.56 0.47
Hex BD A6 35 0 C 48 1A 32 38 2F
Octal 275 246 65 0 14 110 32 62 70 57
Binary 10111101 10100110 110101 0 1100 1001000 11010 110010 111000 101111

Color Harmonies of #BDA635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA635

Black with #BDA635

Text Example


Text Example

White with #BDA635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA635; }

 p { color: rgb(189,166,53); }

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

background-color css

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

 a { background-color: rgb(189,166,53); }

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

border-color css

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

 span { border-color: rgb(189,166,53); }

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