Html Css Color HEX #BC8427 Geebung

📋 copy color: '#BC8427'

red 188 ◦ green 132 ◦ blue 39

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

Shades of Geebung #BC8427

Tints of Geebung #BC8427

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.77%

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

R = 52.37%
G = 36.77%
B = 10.86%

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

#BC8427 (or 0xBC8427) is known color: Geebung. HEX triplet: BC, 84 and 27. RGB value is (188,132,39). Sum of RGB (Red+Green+Blue) = 188+132+39=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 39 (15.62% from 255 or 10.86% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8427 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8427 is #437BD8. Grayscale: #8A8A8A. Windows color (decimal): -4422617 or 2589884. OLE color: 2589884.

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

Color convert

RGB 188 132 39 -
CMYK 0 0.30 0.79 0.26
HSL 37.45º 0.66% 0.45% -
HSV(B) 37.45º 0.79% 0.74% -
XYZ 29.36 27.34 5.65 -
YUV 138.14 72.05 163.56 -
System Red Green Blue C M Y K H S L
Decimal 188 132 39 0 0.30 0.79 0.26 37.45 0.66 0.45
Hex BC 84 27 0 1E 4F 1A 25 42 2D
Octal 274 204 47 0 36 117 32 45 102 55
Binary 10111100 10000100 100111 0 11110 1001111 11010 100101 1000010 101101

Color Harmonies of #BC8427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8427

Black with #BC8427

Text Example


Text Example

White with #BC8427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8427; }

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

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

background-color css

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

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

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

border-color css

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

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

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