Html Css Color HEX #BCB33F Brass

📋 copy color: '#BCB33F'

red 188 ◦ green 179 ◦ blue 63

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

Shades of Brass #BCB33F

Tints of Brass #BCB33F

RGB

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

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

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

R = 43.72%
G = 41.63%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BCB33F (or 0xBCB33F) is known color: Brass. HEX triplet: BC, B3 and 3F. RGB value is (188,179,63). Sum of RGB (Red+Green+Blue) = 188+179+63=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 179 (70.31% from 255 or 41.63% from 430); Blue value is 63 (25% from 255 or 14.65% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB33F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB33F is #434CC0. Grayscale: #A8A8A8. Windows color (decimal): -4410561 or 4174780. OLE color: 4174780.

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

Color convert

RGB 188 179 63 -
CMYK 0 0.05 0.66 0.26
HSL 55.68º 0.5% 0.49% -
HSV(B) 55.68º 0.66% 0.74% -
XYZ 37.76 43.29 11.07 -
YUV 168.47 68.48 141.93 -
System Red Green Blue C M Y K H S L
Decimal 188 179 63 0 0.05 0.66 0.26 55.68 0.5 0.49
Hex BC B3 3F 0 5 42 1A 38 32 31
Octal 274 263 77 0 5 102 32 70 62 61
Binary 10111100 10110011 111111 0 101 1000010 11010 111000 110010 110001

Color Harmonies of #BCB33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB33F

Black with #BCB33F

Text Example


Text Example

White with #BCB33F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB33F; }

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

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

background-color css

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

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

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

border-color css

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

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

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