Html Css Color HEX #BDA143 Brass

📋 copy color: '#BDA143'

red 189 ◦ green 161 ◦ blue 67

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

Shades of Brass #BDA143

Tints of Brass #BDA143

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.61%

 BLUE value IS 67 (26.56% from 255) = 16.07%

R = 45.32%
G = 38.61%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BDA143 (or 0xBDA143) is known color: Brass. HEX triplet: BD, A1 and 43. RGB value is (189,161,67). Sum of RGB (Red+Green+Blue) = 189+161+67=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 161 (63.28% from 255 or 38.61% from 417); Blue value is 67 (26.56% from 255 or 16.07% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA143 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA143 is #425EBC. Grayscale: #9F9F9F. Windows color (decimal): -4349629 or 4432317. OLE color: 4432317.

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

Color convert

RGB 189 161 67 -
CMYK 0 0.15 0.65 0.26
HSL 46.23º 0.48% 0.5% -
HSV(B) 46.23º 0.65% 0.74% -
XYZ 34.74 36.71 10.57 -
YUV 158.66 76.28 149.64 -
System Red Green Blue C M Y K H S L
Decimal 189 161 67 0 0.15 0.65 0.26 46.23 0.48 0.5
Hex BD A1 43 0 F 41 1A 2E 30 32
Octal 275 241 103 0 17 101 32 56 60 62
Binary 10111101 10100001 1000011 0 1111 1000001 11010 101110 110000 110010

Color Harmonies of #BDA143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA143

Black with #BDA143

Text Example


Text Example

White with #BDA143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA143; }

 p { color: rgb(189,161,67); }

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

background-color css

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

 a { background-color: rgb(189,161,67); }

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

border-color css

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

 span { border-color: rgb(189,161,67); }

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