Html Css Color HEX #BE8329 Geebung

📋 copy color: '#BE8329'

red 190 ◦ green 131 ◦ blue 41

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

Shades of Geebung #BE8329

Tints of Geebung #BE8329

RGB

 RED value IS 190 (74.61% from 255) = 52.49%

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

 BLUE value IS 41 (16.41% from 255) = 11.33%

R = 52.49%
G = 36.19%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BE8329 (or 0xBE8329) is known color: Geebung. HEX triplet: BE, 83 and 29. RGB value is (190,131,41). Sum of RGB (Red+Green+Blue) = 190+131+41=362 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.49% from 362); Green value is 131 (51.56% from 255 or 36.19% from 362); Blue value is 41 (16.41% from 255 or 11.33% from 362); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8329 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8329 is #417CD6. Grayscale: #8A8A8A. Windows color (decimal): -4291799 or 2720702. OLE color: 2720702.

HSL color Cylindrical-coordinate representation of color #BE8329: hue angle of 36.24º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE8329 is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 131 41 -
CMYK 0 0.31 0.78 0.25
HSL 36.24º 0.65% 0.45% -
HSV(B) 36.24º 0.78% 0.75% -
XYZ 29.75 27.34 5.81 -
YUV 138.38 73.05 164.82 -
System Red Green Blue C M Y K H S L
Decimal 190 131 41 0 0.31 0.78 0.25 36.24 0.65 0.45
Hex BE 83 29 0 1F 4E 19 24 41 2D
Octal 276 203 51 0 37 116 31 44 101 55
Binary 10111110 10000011 101001 0 11111 1001110 11001 100100 1000001 101101

Color Harmonies of #BE8329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8329

Black with #BE8329

Text Example


Text Example

White with #BE8329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8329; }

 p { color: rgb(190,131,41); }

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

background-color css

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

 a { background-color: rgb(190,131,41); }

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

border-color css

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

 span { border-color: rgb(190,131,41); }

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