Html Css Color HEX #BC8229 Geebung

📋 copy color: '#BC8229'

red 188 ◦ green 130 ◦ blue 41

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

Shades of Geebung #BC8229

Tints of Geebung #BC8229

RGB

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

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

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

R = 52.37%
G = 36.21%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC8229 (or 0xBC8229) is known color: Geebung. HEX triplet: BC, 82 and 29. RGB value is (188,130,41). Sum of RGB (Red+Green+Blue) = 188+130+41=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 41 (16.41% from 255 or 11.42% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8229 is #437DD6. Grayscale: #898989. Windows color (decimal): -4423127 or 2720444. OLE color: 2720444.

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

Color convert

RGB 188 130 41 -
CMYK 0 0.31 0.78 0.26
HSL 36.33º 0.64% 0.45% -
HSV(B) 36.33º 0.78% 0.74% -
XYZ 29.12 26.82 5.74 -
YUV 137.2 73.72 164.24 -
System Red Green Blue C M Y K H S L
Decimal 188 130 41 0 0.31 0.78 0.26 36.33 0.64 0.45
Hex BC 82 29 0 1F 4E 1A 24 40 2D
Octal 274 202 51 0 37 116 32 44 100 55
Binary 10111100 10000010 101001 0 11111 1001110 11010 100100 1000000 101101

Color Harmonies of #BC8229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8229

Black with #BC8229

Text Example


Text Example

White with #BC8229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8229; }

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

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

background-color css

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

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

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

border-color css

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

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

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