Html Css Color HEX #BF741C Ochre

📋 copy color: '#BF741C'

red 191 ◦ green 116 ◦ blue 28

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

Shades of Ochre #BF741C

Tints of Ochre #BF741C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.63%

 BLUE value IS 28 (11.33% from 255) = 8.36%

R = 57.01%
G = 34.63%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BF741C (or 0xBF741C) is known color: Ochre. HEX triplet: BF, 74 and 1C. RGB value is (191,116,28). Sum of RGB (Red+Green+Blue) = 191+116+28=335 (44% of max value = 765). Red value is 191 (75% from 255 or 57.01% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 28 (11.33% from 255 or 8.36% from 335); Max value from RGB is 191 - color contains mainly: red. Hex color #BF741C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF741C is #408BE3. Grayscale: #808080. Windows color (decimal): -4230116 or 1864895. OLE color: 1864895.

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

Color convert

RGB 191 116 28 -
CMYK 0 0.39 0.85 0.25
HSL 32.39º 0.74% 0.43% -
HSV(B) 32.39º 0.85% 0.75% -
XYZ 27.94 23.65 4.19 -
YUV 128.39 71.35 172.66 -
System Red Green Blue C M Y K H S L
Decimal 191 116 28 0 0.39 0.85 0.25 32.39 0.74 0.43
Hex BF 74 1C 0 27 55 19 20 4A 2B
Octal 277 164 34 0 47 125 31 40 112 53
Binary 10111111 1110100 11100 0 100111 1010101 11001 100000 1001010 101011

Color Harmonies of #BF741C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF741C

Black with #BF741C

Text Example


Text Example

White with #BF741C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF741C; }

 p { color: rgb(191,116,28); }

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

background-color css

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

 a { background-color: rgb(191,116,28); }

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

border-color css

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

 span { border-color: rgb(191,116,28); }

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