Html Css Color HEX #BC852B Geebung

📋 copy color: '#BC852B'

red 188 ◦ green 133 ◦ blue 43

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

Shades of Geebung #BC852B

Tints of Geebung #BC852B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.81%

R = 51.65%
G = 36.54%
B = 11.81%

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

#BC852B (or 0xBC852B) is known color: Geebung. HEX triplet: BC, 85 and 2B. RGB value is (188,133,43). Sum of RGB (Red+Green+Blue) = 188+133+43=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 43 (17.19% from 255 or 11.81% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC852B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC852B is #437AD4. Grayscale: #8B8B8B. Windows color (decimal): -4422357 or 2852284. OLE color: 2852284.

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

Color convert

RGB 188 133 43 -
CMYK 0 0.29 0.77 0.26
HSL 37.24º 0.63% 0.45% -
HSV(B) 37.24º 0.77% 0.74% -
XYZ 29.56 27.64 6.06 -
YUV 139.19 73.72 162.82 -
System Red Green Blue C M Y K H S L
Decimal 188 133 43 0 0.29 0.77 0.26 37.24 0.63 0.45
Hex BC 85 2B 0 1D 4D 1A 25 3F 2D
Octal 274 205 53 0 35 115 32 45 77 55
Binary 10111100 10000101 101011 0 11101 1001101 11010 100101 111111 101101

Color Harmonies of #BC852B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC852B

Black with #BC852B

Text Example


Text Example

White with #BC852B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC852B; }

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

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

background-color css

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

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

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

border-color css

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

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

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