Html Css Color HEX #BDB035 Brass

📋 copy color: '#BDB035'

red 189 ◦ green 176 ◦ blue 53

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

Shades of Brass #BDB035

Tints of Brass #BDB035

RGB

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

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

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

R = 45.22%
G = 42.11%
B = 12.68%

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

#BDB035 (or 0xBDB035) is known color: Brass. HEX triplet: BD, B0 and 35. RGB value is (189,176,53). Sum of RGB (Red+Green+Blue) = 189+176+53=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 176 (69.14% from 255 or 42.11% from 418); Blue value is 53 (21.09% from 255 or 12.68% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB035 is #424FCA. Grayscale: #A6A6A6. Windows color (decimal): -4345803 or 3518653. OLE color: 3518653.

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

Color convert

RGB 189 176 53 -
CMYK 0 0.07 0.72 0.26
HSL 54.26º 0.56% 0.47% -
HSV(B) 54.26º 0.72% 0.74% -
XYZ 37.15 42.13 9.54 -
YUV 165.87 64.31 144.5 -
System Red Green Blue C M Y K H S L
Decimal 189 176 53 0 0.07 0.72 0.26 54.26 0.56 0.47
Hex BD B0 35 0 7 48 1A 36 38 2F
Octal 275 260 65 0 7 110 32 66 70 57
Binary 10111101 10110000 110101 0 111 1001000 11010 110110 111000 101111

Color Harmonies of #BDB035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB035

Black with #BDB035

Text Example


Text Example

White with #BDB035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB035; }

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

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

background-color css

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

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

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

border-color css

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

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

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