Html Css Color HEX #BE6D12 Ochre

📋 copy color: '#BE6D12'

red 190 ◦ green 109 ◦ blue 18

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

Shades of Ochre #BE6D12

Tints of Ochre #BE6D12

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.38%

 BLUE value IS 18 (7.42% from 255) = 5.68%

R = 59.94%
G = 34.38%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BE6D12 (or 0xBE6D12) is known color: Ochre. HEX triplet: BE, 6D and 12. RGB value is (190,109,18). Sum of RGB (Red+Green+Blue) = 190+109+18=317 (41% of max value = 765). Red value is 190 (74.61% from 255 or 59.94% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 18 (7.42% from 255 or 5.68% from 317); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6D12 is #4192ED. Grayscale: #7B7B7B. Windows color (decimal): -4297454 or 1207742. OLE color: 1207742.

HSL color Cylindrical-coordinate representation of color #BE6D12: hue angle of 31.74º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE6D12 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 109 18 -
CMYK 0 0.43 0.91 0.25
HSL 31.74º 0.83% 0.41% -
HSV(B) 31.74º 0.91% 0.75% -
XYZ 26.81 21.93 3.39 -
YUV 122.85 68.84 175.9 -
System Red Green Blue C M Y K H S L
Decimal 190 109 18 0 0.43 0.91 0.25 31.74 0.83 0.41
Hex BE 6D 12 0 2B 5B 19 20 53 29
Octal 276 155 22 0 53 133 31 40 123 51
Binary 10111110 1101101 10010 0 101011 1011011 11001 100000 1010011 101001

Color Harmonies of #BE6D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6D12

Black with #BE6D12

Text Example


Text Example

White with #BE6D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6D12; }

 p { color: rgb(190,109,18); }

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

background-color css

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

 a { background-color: rgb(190,109,18); }

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

border-color css

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

 span { border-color: rgb(190,109,18); }

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