Html Css Color HEX #BCB145 Brass

📋 copy color: '#BCB145'

red 188 ◦ green 177 ◦ blue 69

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

Shades of Brass #BCB145

Tints of Brass #BCB145

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.78%

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

R = 43.32%
G = 40.78%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BCB145 (or 0xBCB145) is known color: Brass. HEX triplet: BC, B1 and 45. RGB value is (188,177,69). Sum of RGB (Red+Green+Blue) = 188+177+69=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 177 (69.53% from 255 or 40.78% from 434); Blue value is 69 (27.34% from 255 or 15.90% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB145 is #434EBA. Grayscale: #A8A8A8. Windows color (decimal): -4411067 or 4567484. OLE color: 4567484.

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

Color convert

RGB 188 177 69 -
CMYK 0 0.06 0.63 0.26
HSL 54.45º 0.47% 0.5% -
HSV(B) 54.45º 0.63% 0.74% -
XYZ 37.54 42.57 11.87 -
YUV 167.98 72.14 142.28 -
System Red Green Blue C M Y K H S L
Decimal 188 177 69 0 0.06 0.63 0.26 54.45 0.47 0.5
Hex BC B1 45 0 6 3F 1A 36 2F 32
Octal 274 261 105 0 6 77 32 66 57 62
Binary 10111100 10110001 1000101 0 110 111111 11010 110110 101111 110010

Color Harmonies of #BCB145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB145

Black with #BCB145

Text Example


Text Example

White with #BCB145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB145; }

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

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

background-color css

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

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

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

border-color css

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

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

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