Html Css Color HEX #BDB138 Brass

📋 copy color: '#BDB138'

red 189 ◦ green 177 ◦ blue 56

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

Shades of Brass #BDB138

Tints of Brass #BDB138

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.94%

 BLUE value IS 56 (22.27% from 255) = 13.27%

R = 44.79%
G = 41.94%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BDB138 (or 0xBDB138) is known color: Brass. HEX triplet: BD, B1 and 38. RGB value is (189,177,56). Sum of RGB (Red+Green+Blue) = 189+177+56=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 177 (69.53% from 255 or 41.94% from 422); Blue value is 56 (22.27% from 255 or 13.27% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB138 is #424EC7. Grayscale: #A7A7A7. Windows color (decimal): -4345544 or 3715517. OLE color: 3715517.

HSL color Cylindrical-coordinate representation of color #BDB138: hue angle of 54.59º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDB138 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 177 56 -
CMYK 0 0.06 0.70 0.26
HSL 54.59º 0.54% 0.48% -
HSV(B) 54.59º 0.7% 0.74% -
XYZ 37.42 42.55 9.98 -
YUV 166.79 65.48 143.84 -
System Red Green Blue C M Y K H S L
Decimal 189 177 56 0 0.06 0.70 0.26 54.59 0.54 0.48
Hex BD B1 38 0 6 46 1A 37 36 30
Octal 275 261 70 0 6 106 32 67 66 60
Binary 10111101 10110001 111000 0 110 1000110 11010 110111 110110 110000

Color Harmonies of #BDB138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB138

Black with #BDB138

Text Example


Text Example

White with #BDB138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB138; }

 p { color: rgb(189,177,56); }

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

background-color css

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

 a { background-color: rgb(189,177,56); }

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

border-color css

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

 span { border-color: rgb(189,177,56); }

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