Html Css Color HEX #BE8129 Geebung

📋 copy color: '#BE8129'

red 190 ◦ green 129 ◦ blue 41

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

Shades of Geebung #BE8129

Tints of Geebung #BE8129

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.83%

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

R = 52.78%
G = 35.83%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BE8129 (or 0xBE8129) is known color: Geebung. HEX triplet: BE, 81 and 29. RGB value is (190,129,41). Sum of RGB (Red+Green+Blue) = 190+129+41=360 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.78% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 41 (16.41% from 255 or 11.39% from 360); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8129 is #417ED6. Grayscale: #898989. Windows color (decimal): -4292311 or 2720190. OLE color: 2720190.

HSL color Cylindrical-coordinate representation of color #BE8129: hue angle of 35.44º 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 #BE8129 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 129 41 -
CMYK 0 0.32 0.78 0.25
HSL 35.44º 0.65% 0.45% -
HSV(B) 35.44º 0.78% 0.75% -
XYZ 29.49 26.81 5.72 -
YUV 137.21 73.71 165.66 -
System Red Green Blue C M Y K H S L
Decimal 190 129 41 0 0.32 0.78 0.25 35.44 0.65 0.45
Hex BE 81 29 0 20 4E 19 23 41 2D
Octal 276 201 51 0 40 116 31 43 101 55
Binary 10111110 10000001 101001 0 100000 1001110 11001 100011 1000001 101101

Color Harmonies of #BE8129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8129

Black with #BE8129

Text Example


Text Example

White with #BE8129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8129; }

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

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

background-color css

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

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

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

border-color css

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

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

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