Html Css Color HEX #BE6B12 Ochre

📋 copy color: '#BE6B12'

red 190 ◦ green 107 ◦ blue 18

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

Shades of Ochre #BE6B12

Tints of Ochre #BE6B12

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.97%

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

R = 60.32%
G = 33.97%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BE6B12 (or 0xBE6B12) is known color: Ochre. HEX triplet: BE, 6B and 12. RGB value is (190,107,18). Sum of RGB (Red+Green+Blue) = 190+107+18=315 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.32% from 315); Green value is 107 (42.19% from 255 or 33.97% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6B12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6B12 is #4194ED. Grayscale: #7A7A7A. Windows color (decimal): -4297966 or 1207230. OLE color: 1207230.

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

Color convert

RGB 190 107 18 -
CMYK 0 0.44 0.91 0.25
HSL 31.05º 0.83% 0.41% -
HSV(B) 31.05º 0.91% 0.75% -
XYZ 26.6 21.51 3.32 -
YUV 121.67 69.5 176.74 -
System Red Green Blue C M Y K H S L
Decimal 190 107 18 0 0.44 0.91 0.25 31.05 0.83 0.41
Hex BE 6B 12 0 2C 5B 19 1F 53 29
Octal 276 153 22 0 54 133 31 37 123 51
Binary 10111110 1101011 10010 0 101100 1011011 11001 11111 1010011 101001

Color Harmonies of #BE6B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6B12

Black with #BE6B12

Text Example


Text Example

White with #BE6B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6B12; }

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

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

background-color css

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

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

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

border-color css

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

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

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