Html Css Color HEX #BDB036 Brass

📋 copy color: '#BDB036'

red 189 ◦ green 176 ◦ blue 54

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

Shades of Brass #BDB036

Tints of Brass #BDB036

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42%

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

R = 45.11%
G = 42%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BDB036 (or 0xBDB036) is known color: Brass. HEX triplet: BD, B0 and 36. RGB value is (189,176,54). Sum of RGB (Red+Green+Blue) = 189+176+54=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 176 (69.14% from 255 or 42.00% from 419); Blue value is 54 (21.48% from 255 or 12.89% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB036 is #424FC9. Grayscale: #A6A6A6. Windows color (decimal): -4345802 or 3584189. OLE color: 3584189.

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

Color convert

RGB 189 176 54 -
CMYK 0 0.07 0.71 0.26
HSL 54.22º 0.56% 0.48% -
HSV(B) 54.22º 0.71% 0.74% -
XYZ 37.18 42.14 9.66 -
YUV 165.98 64.81 144.42 -
System Red Green Blue C M Y K H S L
Decimal 189 176 54 0 0.07 0.71 0.26 54.22 0.56 0.48
Hex BD B0 36 0 7 47 1A 36 38 30
Octal 275 260 66 0 7 107 32 66 70 60
Binary 10111101 10110000 110110 0 111 1000111 11010 110110 111000 110000

Color Harmonies of #BDB036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB036

Black with #BDB036

Text Example


Text Example

White with #BDB036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB036; }

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

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

background-color css

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

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

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

border-color css

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

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

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