Html Css Color HEX #BCB645 Brass

📋 copy color: '#BCB645'

red 188 ◦ green 182 ◦ blue 69

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

Shades of Brass #BCB645

Tints of Brass #BCB645

RGB

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

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

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

R = 42.82%
G = 41.46%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BCB645 (or 0xBCB645) is known color: Brass. HEX triplet: BC, B6 and 45. RGB value is (188,182,69). Sum of RGB (Red+Green+Blue) = 188+182+69=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 182 (71.48% from 255 or 41.46% from 439); Blue value is 69 (27.34% from 255 or 15.72% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB645 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB645 is #4349BA. Grayscale: #ABABAB. Windows color (decimal): -4409787 or 4568764. OLE color: 4568764.

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

Color convert

RGB 188 182 69 -
CMYK 0 0.03 0.63 0.26
HSL 56.97º 0.47% 0.5% -
HSV(B) 56.97º 0.63% 0.74% -
XYZ 38.54 44.58 12.2 -
YUV 170.91 70.49 140.19 -
System Red Green Blue C M Y K H S L
Decimal 188 182 69 0 0.03 0.63 0.26 56.97 0.47 0.5
Hex BC B6 45 0 3 3F 1A 39 2F 32
Octal 274 266 105 0 3 77 32 71 57 62
Binary 10111100 10110110 1000101 0 11 111111 11010 111001 101111 110010

Color Harmonies of #BCB645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB645

Black with #BCB645

Text Example


Text Example

White with #BCB645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB645; }

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

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

background-color css

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

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

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

border-color css

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

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

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