Html Css Color HEX #BC8228 Geebung

📋 copy color: '#BC8228'

red 188 ◦ green 130 ◦ blue 40

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

Shades of Geebung #BC8228

Tints of Geebung #BC8228

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.31%

 BLUE value IS 40 (16.02% from 255) = 11.17%

R = 52.51%
G = 36.31%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC8228 (or 0xBC8228) is known color: Geebung. HEX triplet: BC, 82 and 28. RGB value is (188,130,40). Sum of RGB (Red+Green+Blue) = 188+130+40=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 40 (16.02% from 255 or 11.17% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8228 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8228 is #437DD7. Grayscale: #898989. Windows color (decimal): -4423128 or 2654908. OLE color: 2654908.

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

Color convert

RGB 188 130 40 -
CMYK 0 0.31 0.79 0.26
HSL 36.49º 0.65% 0.45% -
HSV(B) 36.49º 0.79% 0.74% -
XYZ 29.1 26.81 5.65 -
YUV 137.08 73.22 164.32 -
System Red Green Blue C M Y K H S L
Decimal 188 130 40 0 0.31 0.79 0.26 36.49 0.65 0.45
Hex BC 82 28 0 1F 4F 1A 24 41 2D
Octal 274 202 50 0 37 117 32 44 101 55
Binary 10111100 10000010 101000 0 11111 1001111 11010 100100 1000001 101101

Color Harmonies of #BC8228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8228

Black with #BC8228

Text Example


Text Example

White with #BC8228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8228; }

 p { color: rgb(188,130,40); }

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

background-color css

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

 a { background-color: rgb(188,130,40); }

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

border-color css

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

 span { border-color: rgb(188,130,40); }

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