Html Css Color HEX #BDB335 Brass

📋 copy color: '#BDB335'

red 189 ◦ green 179 ◦ blue 53

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

Shades of Brass #BDB335

Tints of Brass #BDB335

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.52%

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

R = 44.89%
G = 42.52%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BDB335 (or 0xBDB335) is known color: Brass. HEX triplet: BD, B3 and 35. RGB value is (189,179,53). Sum of RGB (Red+Green+Blue) = 189+179+53=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 179 (70.31% from 255 or 42.52% from 421); Blue value is 53 (21.09% from 255 or 12.59% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB335 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB335 is #424CCA. Grayscale: #A8A8A8. Windows color (decimal): -4345035 or 3519421. OLE color: 3519421.

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

Color convert

RGB 189 179 53 -
CMYK 0 0.05 0.72 0.26
HSL 55.59º 0.56% 0.47% -
HSV(B) 55.59º 0.72% 0.74% -
XYZ 37.75 43.32 9.74 -
YUV 167.63 63.31 143.25 -
System Red Green Blue C M Y K H S L
Decimal 189 179 53 0 0.05 0.72 0.26 55.59 0.56 0.47
Hex BD B3 35 0 5 48 1A 38 38 2F
Octal 275 263 65 0 5 110 32 70 70 57
Binary 10111101 10110011 110101 0 101 1001000 11010 111000 111000 101111

Color Harmonies of #BDB335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB335

Black with #BDB335

Text Example


Text Example

White with #BDB335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB335; }

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

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

background-color css

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

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

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

border-color css

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

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

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