Html Css Color HEX #BDB63F Brass

📋 copy color: '#BDB63F'

red 189 ◦ green 182 ◦ blue 63

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

Shades of Brass #BDB63F

Tints of Brass #BDB63F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.94%

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

R = 43.55%
G = 41.94%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BDB63F (or 0xBDB63F) is known color: Brass. HEX triplet: BD, B6 and 3F. RGB value is (189,182,63). Sum of RGB (Red+Green+Blue) = 189+182+63=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 182 (71.48% from 255 or 41.94% from 434); Blue value is 63 (25% from 255 or 14.52% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB63F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB63F is #4249C0. Grayscale: #ABABAB. Windows color (decimal): -4344257 or 4175549. OLE color: 4175549.

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

Color convert

RGB 189 182 63 -
CMYK 0 0.04 0.67 0.26
HSL 56.67º 0.5% 0.49% -
HSV(B) 56.67º 0.67% 0.74% -
XYZ 38.61 44.63 11.28 -
YUV 170.53 67.32 141.18 -
System Red Green Blue C M Y K H S L
Decimal 189 182 63 0 0.04 0.67 0.26 56.67 0.5 0.49
Hex BD B6 3F 0 4 43 1A 39 32 31
Octal 275 266 77 0 4 103 32 71 62 61
Binary 10111101 10110110 111111 0 100 1000011 11010 111001 110010 110001

Color Harmonies of #BDB63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB63F

Black with #BDB63F

Text Example


Text Example

White with #BDB63F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB63F; }

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

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

background-color css

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

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

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

border-color css

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

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

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