Html Css Color HEX #BC8628 Geebung

📋 copy color: '#BC8628'

red 188 ◦ green 134 ◦ blue 40

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

Shades of Geebung #BC8628

Tints of Geebung #BC8628

RGB

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

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

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

R = 51.93%
G = 37.02%
B = 11.05%

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

#BC8628 (or 0xBC8628) is known color: Geebung. HEX triplet: BC, 86 and 28. RGB value is (188,134,40). Sum of RGB (Red+Green+Blue) = 188+134+40=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 40 (16.02% from 255 or 11.05% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8628 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8628 is #4379D7. Grayscale: #8B8B8B. Windows color (decimal): -4422104 or 2655932. OLE color: 2655932.

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

Color convert

RGB 188 134 40 -
CMYK 0 0.29 0.79 0.26
HSL 38.11º 0.65% 0.45% -
HSV(B) 38.11º 0.79% 0.74% -
XYZ 29.65 27.89 5.83 -
YUV 139.43 71.89 162.64 -
System Red Green Blue C M Y K H S L
Decimal 188 134 40 0 0.29 0.79 0.26 38.11 0.65 0.45
Hex BC 86 28 0 1D 4F 1A 26 41 2D
Octal 274 206 50 0 35 117 32 46 101 55
Binary 10111100 10000110 101000 0 11101 1001111 11010 100110 1000001 101101

Color Harmonies of #BC8628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8628

Black with #BC8628

Text Example


Text Example

White with #BC8628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8628; }

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

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

background-color css

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

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

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

border-color css

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

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

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