Html Css Color HEX #BC8428 Geebung

📋 copy color: '#BC8428'

red 188 ◦ green 132 ◦ blue 40

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

Shades of Geebung #BC8428

Tints of Geebung #BC8428

RGB

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

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

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

R = 52.22%
G = 36.67%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC8428 (or 0xBC8428) is known color: Geebung. HEX triplet: BC, 84 and 28. RGB value is (188,132,40). Sum of RGB (Red+Green+Blue) = 188+132+40=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 40 (16.02% from 255 or 11.11% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8428 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8428 is #437BD7. Grayscale: #8A8A8A. Windows color (decimal): -4422616 or 2655420. OLE color: 2655420.

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

Color convert

RGB 188 132 40 -
CMYK 0 0.30 0.79 0.26
HSL 37.3º 0.65% 0.45% -
HSV(B) 37.3º 0.79% 0.74% -
XYZ 29.37 27.35 5.74 -
YUV 138.26 72.55 163.48 -
System Red Green Blue C M Y K H S L
Decimal 188 132 40 0 0.30 0.79 0.26 37.3 0.65 0.45
Hex BC 84 28 0 1E 4F 1A 25 41 2D
Octal 274 204 50 0 36 117 32 45 101 55
Binary 10111100 10000100 101000 0 11110 1001111 11010 100101 1000001 101101

Color Harmonies of #BC8428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8428

Black with #BC8428

Text Example


Text Example

White with #BC8428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8428; }

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

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

background-color css

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

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

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

border-color css

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

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

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