Html Css Color HEX #BCB244 Brass

📋 copy color: '#BCB244'

red 188 ◦ green 178 ◦ blue 68

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

Shades of Brass #BCB244

Tints of Brass #BCB244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.67%

R = 43.32%
G = 41.01%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BCB244 (or 0xBCB244) is known color: Brass. HEX triplet: BC, B2 and 44. RGB value is (188,178,68). Sum of RGB (Red+Green+Blue) = 188+178+68=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 178 (69.92% from 255 or 41.01% from 434); Blue value is 68 (26.95% from 255 or 15.67% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB244 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB244 is #434DBB. Grayscale: #A8A8A8. Windows color (decimal): -4410812 or 4502204. OLE color: 4502204.

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

Color convert

RGB 188 178 68 -
CMYK 0 0.05 0.64 0.26
HSL 55º 0.47% 0.5% -
HSV(B) 55º 0.64% 0.74% -
XYZ 37.7 42.95 11.77 -
YUV 168.45 71.31 141.94 -
System Red Green Blue C M Y K H S L
Decimal 188 178 68 0 0.05 0.64 0.26 55 0.47 0.5
Hex BC B2 44 0 5 40 1A 37 2F 32
Octal 274 262 104 0 5 100 32 67 57 62
Binary 10111100 10110010 1000100 0 101 1000000 11010 110111 101111 110010

Color Harmonies of #BCB244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB244

Black with #BCB244

Text Example


Text Example

White with #BCB244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB244; }

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

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

background-color css

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

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

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

border-color css

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

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

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