Html Css Color HEX #BDB336 Brass

📋 copy color: '#BDB336'

red 189 ◦ green 179 ◦ blue 54

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

Shades of Brass #BDB336

Tints of Brass #BDB336

RGB

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

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

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

R = 44.79%
G = 42.42%
B = 12.8%

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

#BDB336 (or 0xBDB336) is known color: Brass. HEX triplet: BD, B3 and 36. RGB value is (189,179,54). Sum of RGB (Red+Green+Blue) = 189+179+54=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 179 (70.31% from 255 or 42.42% from 422); Blue value is 54 (21.48% from 255 or 12.80% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB336 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB336 is #424CC9. Grayscale: #A8A8A8. Windows color (decimal): -4345034 or 3584957. OLE color: 3584957.

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

Color convert

RGB 189 179 54 -
CMYK 0 0.05 0.71 0.26
HSL 55.56º 0.56% 0.48% -
HSV(B) 55.56º 0.71% 0.74% -
XYZ 37.77 43.33 9.86 -
YUV 167.74 63.81 143.16 -
System Red Green Blue C M Y K H S L
Decimal 189 179 54 0 0.05 0.71 0.26 55.56 0.56 0.48
Hex BD B3 36 0 5 47 1A 38 38 30
Octal 275 263 66 0 5 107 32 70 70 60
Binary 10111101 10110011 110110 0 101 1000111 11010 111000 111000 110000

Color Harmonies of #BDB336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB336

Black with #BDB336

Text Example


Text Example

White with #BDB336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB336; }

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

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

background-color css

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

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

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

border-color css

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

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

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