Html Css Color HEX #BC8627 Geebung

📋 copy color: '#BC8627'

red 188 ◦ green 134 ◦ blue 39

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

Shades of Geebung #BC8627

Tints of Geebung #BC8627

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.8%

R = 52.08%
G = 37.12%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC8627 (or 0xBC8627) is known color: Geebung. HEX triplet: BC, 86 and 27. RGB value is (188,134,39). Sum of RGB (Red+Green+Blue) = 188+134+39=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 39 (15.62% from 255 or 10.80% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8627 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8627 is #4379D8. Grayscale: #8B8B8B. Windows color (decimal): -4422105 or 2590396. OLE color: 2590396.

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

Color convert

RGB 188 134 39 -
CMYK 0 0.29 0.79 0.26
HSL 38.26º 0.66% 0.45% -
HSV(B) 38.26º 0.79% 0.74% -
XYZ 29.63 27.89 5.74 -
YUV 139.32 71.39 162.72 -
System Red Green Blue C M Y K H S L
Decimal 188 134 39 0 0.29 0.79 0.26 38.26 0.66 0.45
Hex BC 86 27 0 1D 4F 1A 26 42 2D
Octal 274 206 47 0 35 117 32 46 102 55
Binary 10111100 10000110 100111 0 11101 1001111 11010 100110 1000010 101101

Color Harmonies of #BC8627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8627

Black with #BC8627

Text Example


Text Example

White with #BC8627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8627; }

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

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

background-color css

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

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

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

border-color css

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

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

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