Html Css Color HEX #BC852C Geebung

📋 copy color: '#BC852C'

red 188 ◦ green 133 ◦ blue 44

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

Shades of Geebung #BC852C

Tints of Geebung #BC852C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.44%

 BLUE value IS 44 (17.58% from 255) = 12.05%

R = 51.51%
G = 36.44%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC852C (or 0xBC852C) is known color: Geebung. HEX triplet: BC, 85 and 2C. RGB value is (188,133,44). Sum of RGB (Red+Green+Blue) = 188+133+44=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 44 (17.58% from 255 or 12.05% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC852C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC852C is #437AD3. Grayscale: #8B8B8B. Windows color (decimal): -4422356 or 2917820. OLE color: 2917820.

HSL color Cylindrical-coordinate representation of color #BC852C: hue angle of 37.08º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC852C is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 133 44 -
CMYK 0 0.29 0.77 0.26
HSL 37.08º 0.62% 0.45% -
HSV(B) 37.08º 0.77% 0.74% -
XYZ 29.58 27.65 6.16 -
YUV 139.3 74.22 162.74 -
System Red Green Blue C M Y K H S L
Decimal 188 133 44 0 0.29 0.77 0.26 37.08 0.62 0.45
Hex BC 85 2C 0 1D 4D 1A 25 3E 2D
Octal 274 205 54 0 35 115 32 45 76 55
Binary 10111100 10000101 101100 0 11101 1001101 11010 100101 111110 101101

Color Harmonies of #BC852C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC852C

Black with #BC852C

Text Example


Text Example

White with #BC852C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC852C; }

 p { color: rgb(188,133,44); }

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

background-color css

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

 a { background-color: rgb(188,133,44); }

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

border-color css

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

 span { border-color: rgb(188,133,44); }

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