Html Css Color HEX #BDB33F Brass

📋 copy color: '#BDB33F'

red 189 ◦ green 179 ◦ blue 63

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

Shades of Brass #BDB33F

Tints of Brass #BDB33F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.62%

R = 43.85%
G = 41.53%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BDB33F (or 0xBDB33F) is known color: Brass. HEX triplet: BD, B3 and 3F. RGB value is (189,179,63). Sum of RGB (Red+Green+Blue) = 189+179+63=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 179 (70.31% from 255 or 41.53% from 431); Blue value is 63 (25% from 255 or 14.62% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB33F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB33F is #424CC0. Grayscale: #A9A9A9. Windows color (decimal): -4345025 or 4174781. OLE color: 4174781.

HSL color Cylindrical-coordinate representation of color #BDB33F: hue angle of 55.24º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDB33F is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 179 63 -
CMYK 0 0.05 0.67 0.26
HSL 55.24º 0.5% 0.49% -
HSV(B) 55.24º 0.67% 0.74% -
XYZ 38 43.42 11.08 -
YUV 168.77 68.31 142.43 -
System Red Green Blue C M Y K H S L
Decimal 189 179 63 0 0.05 0.67 0.26 55.24 0.5 0.49
Hex BD B3 3F 0 5 43 1A 37 32 31
Octal 275 263 77 0 5 103 32 67 62 61
Binary 10111101 10110011 111111 0 101 1000011 11010 110111 110010 110001

Color Harmonies of #BDB33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB33F

Black with #BDB33F

Text Example


Text Example

White with #BDB33F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB33F; }

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

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

background-color css

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

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

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

border-color css

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

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

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