Html Css Color HEX #BDB136 Brass

📋 copy color: '#BDB136'

red 189 ◦ green 177 ◦ blue 54

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

Shades of Brass #BDB136

Tints of Brass #BDB136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.86%

R = 45%
G = 42.14%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BDB136 (or 0xBDB136) is known color: Brass. HEX triplet: BD, B1 and 36. RGB value is (189,177,54). Sum of RGB (Red+Green+Blue) = 189+177+54=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 177 (69.53% from 255 or 42.14% from 420); Blue value is 54 (21.48% from 255 or 12.86% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB136 is #424EC9. Grayscale: #A7A7A7. Windows color (decimal): -4345546 or 3584445. OLE color: 3584445.

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

Color convert

RGB 189 177 54 -
CMYK 0 0.06 0.71 0.26
HSL 54.67º 0.56% 0.48% -
HSV(B) 54.67º 0.71% 0.74% -
XYZ 37.37 42.53 9.73 -
YUV 166.57 64.48 144 -
System Red Green Blue C M Y K H S L
Decimal 189 177 54 0 0.06 0.71 0.26 54.67 0.56 0.48
Hex BD B1 36 0 6 47 1A 37 38 30
Octal 275 261 66 0 6 107 32 67 70 60
Binary 10111101 10110001 110110 0 110 1000111 11010 110111 111000 110000

Color Harmonies of #BDB136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB136

Black with #BDB136

Text Example


Text Example

White with #BDB136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB136; }

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

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

background-color css

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

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

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

border-color css

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

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

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