Html Css Color HEX #BCB63B Brass

📋 copy color: '#BCB63B'

red 188 ◦ green 182 ◦ blue 59

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

Shades of Brass #BCB63B

Tints of Brass #BCB63B

RGB

 RED value IS 188 (73.83% from 255) = 43.82%

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

 BLUE value IS 59 (23.44% from 255) = 13.75%

R = 43.82%
G = 42.42%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BCB63B (or 0xBCB63B) is known color: Brass. HEX triplet: BC, B6 and 3B. RGB value is (188,182,59). Sum of RGB (Red+Green+Blue) = 188+182+59=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 182 (71.48% from 255 or 42.42% from 429); Blue value is 59 (23.44% from 255 or 13.75% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB63B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB63B is #4349C4. Grayscale: #AAAAAA. Windows color (decimal): -4409797 or 3913404. OLE color: 3913404.

HSL color Cylindrical-coordinate representation of color #BCB63B: hue angle of 57.21º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BCB63B is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 182 59 -
CMYK 0 0.03 0.69 0.26
HSL 57.21º 0.52% 0.48% -
HSV(B) 57.21º 0.69% 0.74% -
XYZ 38.26 44.46 10.7 -
YUV 169.77 65.49 141 -
System Red Green Blue C M Y K H S L
Decimal 188 182 59 0 0.03 0.69 0.26 57.21 0.52 0.48
Hex BC B6 3B 0 3 45 1A 39 34 30
Octal 274 266 73 0 3 105 32 71 64 60
Binary 10111100 10110110 111011 0 11 1000101 11010 111001 110100 110000

Color Harmonies of #BCB63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB63B

Black with #BCB63B

Text Example


Text Example

White with #BCB63B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB63B; }

 p { color: rgb(188,182,59); }

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

background-color css

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

 a { background-color: rgb(188,182,59); }

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

border-color css

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

 span { border-color: rgb(188,182,59); }

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