Html Css Color HEX #BF731D Ochre

📋 copy color: '#BF731D'

red 191 ◦ green 115 ◦ blue 29

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

Shades of Ochre #BF731D

Tints of Ochre #BF731D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.33%

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

R = 57.01%
G = 34.33%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BF731D (or 0xBF731D) is known color: Ochre. HEX triplet: BF, 73 and 1D. RGB value is (191,115,29). Sum of RGB (Red+Green+Blue) = 191+115+29=335 (44% of max value = 765). Red value is 191 (75% from 255 or 57.01% from 335); Green value is 115 (45.31% from 255 or 34.33% from 335); Blue value is 29 (11.72% from 255 or 8.66% from 335); Max value from RGB is 191 - color contains mainly: red. Hex color #BF731D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF731D is #408CE2. Grayscale: #808080. Windows color (decimal): -4230371 or 1930175. OLE color: 1930175.

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

Color convert

RGB 191 115 29 -
CMYK 0 0.40 0.85 0.25
HSL 31.85º 0.74% 0.43% -
HSV(B) 31.85º 0.85% 0.75% -
XYZ 27.84 23.43 4.22 -
YUV 127.92 72.18 172.99 -
System Red Green Blue C M Y K H S L
Decimal 191 115 29 0 0.40 0.85 0.25 31.85 0.74 0.43
Hex BF 73 1D 0 28 55 19 20 4A 2B
Octal 277 163 35 0 50 125 31 40 112 53
Binary 10111111 1110011 11101 0 101000 1010101 11001 100000 1001010 101011

Color Harmonies of #BF731D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF731D

Black with #BF731D

Text Example


Text Example

White with #BF731D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF731D; }

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

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

background-color css

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

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

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

border-color css

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

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

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