Html Css Color HEX #BC8329 Geebung

📋 copy color: '#BC8329'

red 188 ◦ green 131 ◦ blue 41

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

Shades of Geebung #BC8329

Tints of Geebung #BC8329

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.39%

 BLUE value IS 41 (16.41% from 255) = 11.39%

R = 52.22%
G = 36.39%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC8329 (or 0xBC8329) is known color: Geebung. HEX triplet: BC, 83 and 29. RGB value is (188,131,41). Sum of RGB (Red+Green+Blue) = 188+131+41=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 131 (51.56% from 255 or 36.39% from 360); Blue value is 41 (16.41% from 255 or 11.39% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8329 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8329 is #437CD6. Grayscale: #8A8A8A. Windows color (decimal): -4422871 or 2720700. OLE color: 2720700.

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

Color convert

RGB 188 131 41 -
CMYK 0 0.30 0.78 0.26
HSL 36.73º 0.64% 0.45% -
HSV(B) 36.73º 0.78% 0.74% -
XYZ 29.26 27.08 5.78 -
YUV 137.78 73.38 163.82 -
System Red Green Blue C M Y K H S L
Decimal 188 131 41 0 0.30 0.78 0.26 36.73 0.64 0.45
Hex BC 83 29 0 1E 4E 1A 25 40 2D
Octal 274 203 51 0 36 116 32 45 100 55
Binary 10111100 10000011 101001 0 11110 1001110 11010 100101 1000000 101101

Color Harmonies of #BC8329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8329

Black with #BC8329

Text Example


Text Example

White with #BC8329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8329; }

 p { color: rgb(188,131,41); }

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

background-color css

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

 a { background-color: rgb(188,131,41); }

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

border-color css

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

 span { border-color: rgb(188,131,41); }

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