Html Css Color HEX #BF6B13 Ochre

📋 copy color: '#BF6B13'

red 191 ◦ green 107 ◦ blue 19

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

Shades of Ochre #BF6B13

Tints of Ochre #BF6B13

RGB

 RED value IS 191 (75% from 255) = 60.25%

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

 BLUE value IS 19 (7.81% from 255) = 5.99%

R = 60.25%
G = 33.75%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF6B13 (or 0xBF6B13) is known color: Ochre. HEX triplet: BF, 6B and 13. RGB value is (191,107,19). Sum of RGB (Red+Green+Blue) = 191+107+19=317 (41% of max value = 765). Red value is 191 (75% from 255 or 60.25% from 317); Green value is 107 (42.19% from 255 or 33.75% from 317); Blue value is 19 (7.81% from 255 or 5.99% from 317); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6B13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6B13 is #4094EC. Grayscale: #7A7A7A. Windows color (decimal): -4232429 or 1272767. OLE color: 1272767.

HSL color Cylindrical-coordinate representation of color #BF6B13: hue angle of 30.7º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF6B13 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 107 19 -
CMYK 0 0.44 0.90 0.25
HSL 30.7º 0.82% 0.41% -
HSV(B) 30.7º 0.9% 0.75% -
XYZ 26.86 21.64 3.38 -
YUV 122.08 69.83 177.16 -
System Red Green Blue C M Y K H S L
Decimal 191 107 19 0 0.44 0.90 0.25 30.7 0.82 0.41
Hex BF 6B 13 0 2C 5A 19 1F 52 29
Octal 277 153 23 0 54 132 31 37 122 51
Binary 10111111 1101011 10011 0 101100 1011010 11001 11111 1010010 101001

Color Harmonies of #BF6B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6B13

Black with #BF6B13

Text Example


Text Example

White with #BF6B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6B13; }

 p { color: rgb(191,107,19); }

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

background-color css

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

 a { background-color: rgb(191,107,19); }

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

border-color css

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

 span { border-color: rgb(191,107,19); }

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