Html Css Color HEX #BE721A Ochre

📋 copy color: '#BE721A'

red 190 ◦ green 114 ◦ blue 26

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

Shades of Ochre #BE721A

Tints of Ochre #BE721A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.55%

 BLUE value IS 26 (10.55% from 255) = 7.88%

R = 57.58%
G = 34.55%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BE721A (or 0xBE721A) is known color: Ochre. HEX triplet: BE, 72 and 1A. RGB value is (190,114,26). Sum of RGB (Red+Green+Blue) = 190+114+26=330 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.58% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 190 - color contains mainly: red. Hex color #BE721A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE721A is #418DE5. Grayscale: #7F7F7F. Windows color (decimal): -4296166 or 1733310. OLE color: 1733310.

HSL color Cylindrical-coordinate representation of color #BE721A: hue angle of 32.2º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE721A is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 114 26 -
CMYK 0 0.40 0.86 0.25
HSL 32.2º 0.76% 0.42% -
HSV(B) 32.2º 0.86% 0.75% -
XYZ 27.44 23.06 3.98 -
YUV 126.69 71.18 173.16 -
System Red Green Blue C M Y K H S L
Decimal 190 114 26 0 0.40 0.86 0.25 32.2 0.76 0.42
Hex BE 72 1A 0 28 56 19 20 4C 2A
Octal 276 162 32 0 50 126 31 40 114 52
Binary 10111110 1110010 11010 0 101000 1010110 11001 100000 1001100 101010

Color Harmonies of #BE721A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE721A

Black with #BE721A

Text Example


Text Example

White with #BE721A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE721A; }

 p { color: rgb(190,114,26); }

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

background-color css

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

 a { background-color: rgb(190,114,26); }

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

border-color css

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

 span { border-color: rgb(190,114,26); }

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