Html Css Color HEX #BC8629 Geebung

📋 copy color: '#BC8629'

red 188 ◦ green 134 ◦ blue 41

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

Shades of Geebung #BC8629

Tints of Geebung #BC8629

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.91%

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

R = 51.79%
G = 36.91%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC8629 (or 0xBC8629) is known color: Geebung. HEX triplet: BC, 86 and 29. RGB value is (188,134,41). Sum of RGB (Red+Green+Blue) = 188+134+41=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 41 (16.41% from 255 or 11.29% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8629 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8629 is #4379D6. Grayscale: #8B8B8B. Windows color (decimal): -4422103 or 2721468. OLE color: 2721468.

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

Color convert

RGB 188 134 41 -
CMYK 0 0.29 0.78 0.26
HSL 37.96º 0.64% 0.45% -
HSV(B) 37.96º 0.78% 0.74% -
XYZ 29.66 27.9 5.92 -
YUV 139.54 72.39 162.56 -
System Red Green Blue C M Y K H S L
Decimal 188 134 41 0 0.29 0.78 0.26 37.96 0.64 0.45
Hex BC 86 29 0 1D 4E 1A 26 40 2D
Octal 274 206 51 0 35 116 32 46 100 55
Binary 10111100 10000110 101001 0 11101 1001110 11010 100110 1000000 101101

Color Harmonies of #BC8629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8629

Black with #BC8629

Text Example


Text Example

White with #BC8629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8629; }

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

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

background-color css

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

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

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

border-color css

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

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

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