Html Css Color HEX #BC842B Geebung

📋 copy color: '#BC842B'

red 188 ◦ green 132 ◦ blue 43

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

Shades of Geebung #BC842B

Tints of Geebung #BC842B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.36%

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

R = 51.79%
G = 36.36%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC842B (or 0xBC842B) is known color: Geebung. HEX triplet: BC, 84 and 2B. RGB value is (188,132,43). Sum of RGB (Red+Green+Blue) = 188+132+43=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 43 (17.19% from 255 or 11.85% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC842B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC842B is #437BD4. Grayscale: #8B8B8B. Windows color (decimal): -4422613 or 2852028. OLE color: 2852028.

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

Color convert

RGB 188 132 43 -
CMYK 0 0.30 0.77 0.26
HSL 36.83º 0.63% 0.45% -
HSV(B) 36.83º 0.77% 0.74% -
XYZ 29.43 27.37 6.02 -
YUV 138.6 74.05 163.24 -
System Red Green Blue C M Y K H S L
Decimal 188 132 43 0 0.30 0.77 0.26 36.83 0.63 0.45
Hex BC 84 2B 0 1E 4D 1A 25 3F 2D
Octal 274 204 53 0 36 115 32 45 77 55
Binary 10111100 10000100 101011 0 11110 1001101 11010 100101 111111 101101

Color Harmonies of #BC842B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC842B

Black with #BC842B

Text Example


Text Example

White with #BC842B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC842B; }

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

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

background-color css

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

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

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

border-color css

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

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

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