Html Css Color HEX #BE741A Ochre

📋 copy color: '#BE741A'

red 190 ◦ green 116 ◦ blue 26

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

Shades of Ochre #BE741A

Tints of Ochre #BE741A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.94%

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

R = 57.23%
G = 34.94%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BE741A (or 0xBE741A) is known color: Ochre. HEX triplet: BE, 74 and 1A. RGB value is (190,116,26). Sum of RGB (Red+Green+Blue) = 190+116+26=332 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.23% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 26 (10.55% from 255 or 7.83% from 332); Max value from RGB is 190 - color contains mainly: red. Hex color #BE741A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE741A is #418BE5. Grayscale: #808080. Windows color (decimal): -4295654 or 1733822. OLE color: 1733822.

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

Color convert

RGB 190 116 26 -
CMYK 0 0.39 0.86 0.25
HSL 32.93º 0.76% 0.42% -
HSV(B) 32.93º 0.86% 0.75% -
XYZ 27.67 23.51 4.06 -
YUV 127.87 70.52 172.32 -
System Red Green Blue C M Y K H S L
Decimal 190 116 26 0 0.39 0.86 0.25 32.93 0.76 0.42
Hex BE 74 1A 0 27 56 19 21 4C 2A
Octal 276 164 32 0 47 126 31 41 114 52
Binary 10111110 1110100 11010 0 100111 1010110 11001 100001 1001100 101010

Color Harmonies of #BE741A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE741A

Black with #BE741A

Text Example


Text Example

White with #BE741A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE741A; }

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

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

background-color css

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

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

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

border-color css

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

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

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