Html Css Color HEX #BDB034 Brass

📋 copy color: '#BDB034'

red 189 ◦ green 176 ◦ blue 52

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

Shades of Brass #BDB034

Tints of Brass #BDB034

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.21%

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

R = 45.32%
G = 42.21%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BDB034 (or 0xBDB034) is known color: Brass. HEX triplet: BD, B0 and 34. RGB value is (189,176,52). Sum of RGB (Red+Green+Blue) = 189+176+52=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 176 (69.14% from 255 or 42.21% from 417); Blue value is 52 (20.70% from 255 or 12.47% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB034 is #424FCB. Grayscale: #A6A6A6. Windows color (decimal): -4345804 or 3453117. OLE color: 3453117.

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

Color convert

RGB 189 176 52 -
CMYK 0 0.07 0.72 0.26
HSL 54.31º 0.57% 0.47% -
HSV(B) 54.31º 0.72% 0.74% -
XYZ 37.13 42.12 9.42 -
YUV 165.75 63.81 144.58 -
System Red Green Blue C M Y K H S L
Decimal 189 176 52 0 0.07 0.72 0.26 54.31 0.57 0.47
Hex BD B0 34 0 7 48 1A 36 39 2F
Octal 275 260 64 0 7 110 32 66 71 57
Binary 10111101 10110000 110100 0 111 1001000 11010 110110 111001 101111

Color Harmonies of #BDB034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB034

Black with #BDB034

Text Example


Text Example

White with #BDB034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB034; }

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

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

background-color css

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

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

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

border-color css

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

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

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