Html Css Color HEX #BC852A Geebung

📋 copy color: '#BC852A'

red 188 ◦ green 133 ◦ blue 42

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

Shades of Geebung #BC852A

Tints of Geebung #BC852A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.57%

R = 51.79%
G = 36.64%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC852A (or 0xBC852A) is known color: Geebung. HEX triplet: BC, 85 and 2A. RGB value is (188,133,42). Sum of RGB (Red+Green+Blue) = 188+133+42=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 42 (16.80% from 255 or 11.57% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC852A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC852A is #437AD5. Grayscale: #8B8B8B. Windows color (decimal): -4422358 or 2786748. OLE color: 2786748.

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

Color convert

RGB 188 133 42 -
CMYK 0 0.29 0.78 0.26
HSL 37.4º 0.63% 0.45% -
HSV(B) 37.4º 0.78% 0.74% -
XYZ 29.54 27.63 5.97 -
YUV 139.07 73.22 162.9 -
System Red Green Blue C M Y K H S L
Decimal 188 133 42 0 0.29 0.78 0.26 37.4 0.63 0.45
Hex BC 85 2A 0 1D 4E 1A 25 3F 2D
Octal 274 205 52 0 35 116 32 45 77 55
Binary 10111100 10000101 101010 0 11101 1001110 11010 100101 111111 101101

Color Harmonies of #BC852A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC852A

Black with #BC852A

Text Example


Text Example

White with #BC852A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC852A; }

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

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

background-color css

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

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

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

border-color css

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

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

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