Html Css Color HEX #BC8423 Geebung

📋 copy color: '#BC8423'

red 188 ◦ green 132 ◦ blue 35

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

Shades of Geebung #BC8423

Tints of Geebung #BC8423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.86%

R = 52.96%
G = 37.18%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC8423 (or 0xBC8423) is known color: Geebung. HEX triplet: BC, 84 and 23. RGB value is (188,132,35). Sum of RGB (Red+Green+Blue) = 188+132+35=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 35 (14.06% from 255 or 9.86% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8423 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8423 is #437BDC. Grayscale: #8A8A8A. Windows color (decimal): -4422621 or 2327740. OLE color: 2327740.

HSL color Cylindrical-coordinate representation of color #BC8423: hue angle of 38.04º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC8423 is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 132 35 -
CMYK 0 0.30 0.81 0.26
HSL 38.04º 0.69% 0.44% -
HSV(B) 38.04º 0.81% 0.74% -
XYZ 29.29 27.32 5.32 -
YUV 137.69 70.05 163.89 -
System Red Green Blue C M Y K H S L
Decimal 188 132 35 0 0.30 0.81 0.26 38.04 0.69 0.44
Hex BC 84 23 0 1E 51 1A 26 45 2C
Octal 274 204 43 0 36 121 32 46 105 54
Binary 10111100 10000100 100011 0 11110 1010001 11010 100110 1000101 101100

Color Harmonies of #BC8423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8423

Black with #BC8423

Text Example


Text Example

White with #BC8423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8423; }

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

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

background-color css

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

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

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

border-color css

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

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

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