Html Css Color HEX #BDA734 Brass

📋 copy color: '#BDA734'

red 189 ◦ green 167 ◦ blue 52

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

Shades of Brass #BDA734

Tints of Brass #BDA734

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.93%

 BLUE value IS 52 (20.7% from 255) = 12.75%

R = 46.32%
G = 40.93%
B = 12.75%

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

#BDA734 (or 0xBDA734) is known color: Brass. HEX triplet: BD, A7 and 34. RGB value is (189,167,52). Sum of RGB (Red+Green+Blue) = 189+167+52=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 167 (65.62% from 255 or 40.93% from 408); Blue value is 52 (20.70% from 255 or 12.75% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA734 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA734 is #4258CB. Grayscale: #A0A0A0. Windows color (decimal): -4348108 or 3450813. OLE color: 3450813.

HSL color Cylindrical-coordinate representation of color #BDA734: hue angle of 50.36º degrees, saturation: 0.57, 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 #BDA734 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 167 52 -
CMYK 0 0.12 0.72 0.26
HSL 50.36º 0.57% 0.47% -
HSV(B) 50.36º 0.72% 0.74% -
XYZ 35.42 38.7 8.85 -
YUV 160.47 66.79 148.35 -
System Red Green Blue C M Y K H S L
Decimal 189 167 52 0 0.12 0.72 0.26 50.36 0.57 0.47
Hex BD A7 34 0 C 48 1A 32 39 2F
Octal 275 247 64 0 14 110 32 62 71 57
Binary 10111101 10100111 110100 0 1100 1001000 11010 110010 111001 101111

Color Harmonies of #BDA734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA734

Black with #BDA734

Text Example


Text Example

White with #BDA734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA734; }

 p { color: rgb(189,167,52); }

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

background-color css

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

 a { background-color: rgb(189,167,52); }

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

border-color css

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

 span { border-color: rgb(189,167,52); }

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