Html Css Color HEX #BC8327 Geebung

📋 copy color: '#BC8327'

red 188 ◦ green 131 ◦ blue 39

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

Shades of Geebung #BC8327

Tints of Geebung #BC8327

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.59%

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

R = 52.51%
G = 36.59%
B = 10.89%

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

#BC8327 (or 0xBC8327) is known color: Geebung. HEX triplet: BC, 83 and 27. RGB value is (188,131,39). Sum of RGB (Red+Green+Blue) = 188+131+39=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 39 (15.62% from 255 or 10.89% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8327 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8327 is #437CD8. Grayscale: #898989. Windows color (decimal): -4422873 or 2589628. OLE color: 2589628.

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

Color convert

RGB 188 131 39 -
CMYK 0 0.30 0.79 0.26
HSL 37.05º 0.66% 0.45% -
HSV(B) 37.05º 0.79% 0.74% -
XYZ 29.22 27.07 5.6 -
YUV 137.56 72.38 163.98 -
System Red Green Blue C M Y K H S L
Decimal 188 131 39 0 0.30 0.79 0.26 37.05 0.66 0.45
Hex BC 83 27 0 1E 4F 1A 25 42 2D
Octal 274 203 47 0 36 117 32 45 102 55
Binary 10111100 10000011 100111 0 11110 1001111 11010 100101 1000010 101101

Color Harmonies of #BC8327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8327

Black with #BC8327

Text Example


Text Example

White with #BC8327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8327; }

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

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

background-color css

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

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

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

border-color css

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

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

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