Html Css Color HEX #BE6C0D Ochre

📋 copy color: '#BE6C0D'

red 190 ◦ green 108 ◦ blue 13

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

Shades of Ochre #BE6C0D

Tints of Ochre #BE6C0D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.73%

 BLUE value IS 13 (5.47% from 255) = 4.18%

R = 61.09%
G = 34.73%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BE6C0D (or 0xBE6C0D) is known color: Ochre. HEX triplet: BE, 6C and 0D. RGB value is (190,108,13). Sum of RGB (Red+Green+Blue) = 190+108+13=311 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.09% from 311); Green value is 108 (42.58% from 255 or 34.73% from 311); Blue value is 13 (5.47% from 255 or 4.18% from 311); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6C0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6C0D is #4193F2. Grayscale: #7A7A7A. Windows color (decimal): -4297715 or 879806. OLE color: 879806.

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

Color convert

RGB 190 108 13 -
CMYK 0 0.43 0.93 0.25
HSL 32.2º 0.87% 0.4% -
HSV(B) 32.2º 0.93% 0.75% -
XYZ 26.67 21.7 3.16 -
YUV 121.69 66.67 176.72 -
System Red Green Blue C M Y K H S L
Decimal 190 108 13 0 0.43 0.93 0.25 32.2 0.87 0.4
Hex BE 6C D 0 2B 5D 19 20 57 28
Octal 276 154 15 0 53 135 31 40 127 50
Binary 10111110 1101100 1101 0 101011 1011101 11001 100000 1010111 101000

Color Harmonies of #BE6C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6C0D

Black with #BE6C0D

Text Example


Text Example

White with #BE6C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6C0D; }

 p { color: rgb(190,108,13); }

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

background-color css

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

 a { background-color: rgb(190,108,13); }

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

border-color css

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

 span { border-color: rgb(190,108,13); }

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