Html Css Color HEX #BDB437 Brass

📋 copy color: '#BDB437'

red 189 ◦ green 180 ◦ blue 55

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

Shades of Brass #BDB437

Tints of Brass #BDB437

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.45%

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

R = 44.58%
G = 42.45%
B = 12.97%

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

#BDB437 (or 0xBDB437) is known color: Brass. HEX triplet: BD, B4 and 37. RGB value is (189,180,55). Sum of RGB (Red+Green+Blue) = 189+180+55=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 180 (70.70% from 255 or 42.45% from 424); Blue value is 55 (21.88% from 255 or 12.97% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB437 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB437 is #424BC8. Grayscale: #A8A8A8. Windows color (decimal): -4344777 or 3650749. OLE color: 3650749.

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

Color convert

RGB 189 180 55 -
CMYK 0 0.05 0.71 0.26
HSL 55.97º 0.55% 0.48% -
HSV(B) 55.97º 0.71% 0.74% -
XYZ 38 43.74 10.05 -
YUV 168.44 63.98 142.66 -
System Red Green Blue C M Y K H S L
Decimal 189 180 55 0 0.05 0.71 0.26 55.97 0.55 0.48
Hex BD B4 37 0 5 47 1A 38 37 30
Octal 275 264 67 0 5 107 32 70 67 60
Binary 10111101 10110100 110111 0 101 1000111 11010 111000 110111 110000

Color Harmonies of #BDB437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB437

Black with #BDB437

Text Example


Text Example

White with #BDB437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB437; }

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

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

background-color css

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

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

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

border-color css

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

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

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