Html Css Color HEX #BF711D Ochre

📋 copy color: '#BF711D'

red 191 ◦ green 113 ◦ blue 29

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

Shades of Ochre #BF711D

Tints of Ochre #BF711D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.93%

 BLUE value IS 29 (11.72% from 255) = 8.71%

R = 57.36%
G = 33.93%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BF711D (or 0xBF711D) is known color: Ochre. HEX triplet: BF, 71 and 1D. RGB value is (191,113,29). Sum of RGB (Red+Green+Blue) = 191+113+29=333 (44% of max value = 765). Red value is 191 (75% from 255 or 57.36% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 29 (11.72% from 255 or 8.71% from 333); Max value from RGB is 191 - color contains mainly: red. Hex color #BF711D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF711D is #408EE2. Grayscale: #7F7F7F. Windows color (decimal): -4230883 or 1929663. OLE color: 1929663.

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

Color convert

RGB 191 113 29 -
CMYK 0 0.41 0.85 0.25
HSL 31.11º 0.74% 0.43% -
HSV(B) 31.11º 0.85% 0.75% -
XYZ 27.61 22.98 4.14 -
YUV 126.75 72.84 173.83 -
System Red Green Blue C M Y K H S L
Decimal 191 113 29 0 0.41 0.85 0.25 31.11 0.74 0.43
Hex BF 71 1D 0 29 55 19 1F 4A 2B
Octal 277 161 35 0 51 125 31 37 112 53
Binary 10111111 1110001 11101 0 101001 1010101 11001 11111 1001010 101011

Color Harmonies of #BF711D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF711D

Black with #BF711D

Text Example


Text Example

White with #BF711D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF711D; }

 p { color: rgb(191,113,29); }

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

background-color css

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

 a { background-color: rgb(191,113,29); }

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

border-color css

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

 span { border-color: rgb(191,113,29); }

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