Html Css Color HEX #BDB337 Brass

📋 copy color: '#BDB337'

red 189 ◦ green 179 ◦ blue 55

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

Shades of Brass #BDB337

Tints of Brass #BDB337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 13%

R = 44.68%
G = 42.32%
B = 13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BDB337 (or 0xBDB337) is known color: Brass. HEX triplet: BD, B3 and 37. RGB value is (189,179,55). Sum of RGB (Red+Green+Blue) = 189+179+55=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 179 (70.31% from 255 or 42.32% from 423); Blue value is 55 (21.88% from 255 or 13.00% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB337 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB337 is #424CC8. Grayscale: #A8A8A8. Windows color (decimal): -4345033 or 3650493. OLE color: 3650493.

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

Color convert

RGB 189 179 55 -
CMYK 0 0.05 0.71 0.26
HSL 55.52º 0.55% 0.48% -
HSV(B) 55.52º 0.71% 0.74% -
XYZ 37.8 43.33 9.99 -
YUV 167.85 64.31 143.08 -
System Red Green Blue C M Y K H S L
Decimal 189 179 55 0 0.05 0.71 0.26 55.52 0.55 0.48
Hex BD B3 37 0 5 47 1A 38 37 30
Octal 275 263 67 0 5 107 32 70 67 60
Binary 10111101 10110011 110111 0 101 1000111 11010 111000 110111 110000

Color Harmonies of #BDB337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB337

Black with #BDB337

Text Example


Text Example

White with #BDB337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB337; }

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

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

background-color css

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

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

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

border-color css

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

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

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