Html Css Color HEX #BF6D1F Ochre

📋 copy color: '#BF6D1F'

red 191 ◦ green 109 ◦ blue 31

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

Shades of Ochre #BF6D1F

Tints of Ochre #BF6D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.37%

R = 57.7%
G = 32.93%
B = 9.37%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BF6D1F (or 0xBF6D1F) is known color: Ochre. HEX triplet: BF, 6D and 1F. RGB value is (191,109,31). Sum of RGB (Red+Green+Blue) = 191+109+31=331 (43% of max value = 765). Red value is 191 (75% from 255 or 57.70% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 31 (12.5% from 255 or 9.37% from 331); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6D1F is #4092E0. Grayscale: #7D7D7D. Windows color (decimal): -4231905 or 2059711. OLE color: 2059711.

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

Color convert

RGB 191 109 31 -
CMYK 0 0.43 0.84 0.25
HSL 29.25º 0.72% 0.44% -
HSV(B) 29.25º 0.84% 0.75% -
XYZ 27.2 22.11 4.13 -
YUV 124.63 75.17 175.34 -
System Red Green Blue C M Y K H S L
Decimal 191 109 31 0 0.43 0.84 0.25 29.25 0.72 0.44
Hex BF 6D 1F 0 2B 54 19 1D 48 2C
Octal 277 155 37 0 53 124 31 35 110 54
Binary 10111111 1101101 11111 0 101011 1010100 11001 11101 1001000 101100

Color Harmonies of #BF6D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6D1F

Black with #BF6D1F

Text Example


Text Example

White with #BF6D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6D1F; }

 p { color: rgb(191,109,31); }

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

background-color css

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

 a { background-color: rgb(191,109,31); }

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

border-color css

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

 span { border-color: rgb(191,109,31); }

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