Html Css Color HEX #BCB245 Brass

📋 copy color: '#BCB245'

red 188 ◦ green 178 ◦ blue 69

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

Shades of Brass #BCB245

Tints of Brass #BCB245

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.92%

 BLUE value IS 69 (27.34% from 255) = 15.86%

R = 43.22%
G = 40.92%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BCB245 (or 0xBCB245) is known color: Brass. HEX triplet: BC, B2 and 45. RGB value is (188,178,69). Sum of RGB (Red+Green+Blue) = 188+178+69=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 178 (69.92% from 255 or 40.92% from 435); Blue value is 69 (27.34% from 255 or 15.86% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB245 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB245 is #434DBA. Grayscale: #A9A9A9. Windows color (decimal): -4410811 or 4567740. OLE color: 4567740.

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

Color convert

RGB 188 178 69 -
CMYK 0 0.05 0.63 0.26
HSL 54.96º 0.47% 0.5% -
HSV(B) 54.96º 0.63% 0.74% -
XYZ 37.73 42.96 11.93 -
YUV 168.56 71.81 141.86 -
System Red Green Blue C M Y K H S L
Decimal 188 178 69 0 0.05 0.63 0.26 54.96 0.47 0.5
Hex BC B2 45 0 5 3F 1A 37 2F 32
Octal 274 262 105 0 5 77 32 67 57 62
Binary 10111100 10110010 1000101 0 101 111111 11010 110111 101111 110010

Color Harmonies of #BCB245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB245

Black with #BCB245

Text Example


Text Example

White with #BCB245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB245; }

 p { color: rgb(188,178,69); }

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

background-color css

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

 a { background-color: rgb(188,178,69); }

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

border-color css

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

 span { border-color: rgb(188,178,69); }

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