Html Css Color HEX #BF751A Ochre

📋 copy color: '#BF751A'

red 191 ◦ green 117 ◦ blue 26

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

Shades of Ochre #BF751A

Tints of Ochre #BF751A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.03%

 BLUE value IS 26 (10.55% from 255) = 7.78%

R = 57.19%
G = 35.03%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BF751A (or 0xBF751A) is known color: Ochre. HEX triplet: BF, 75 and 1A. RGB value is (191,117,26). Sum of RGB (Red+Green+Blue) = 191+117+26=334 (44% of max value = 765). Red value is 191 (75% from 255 or 57.19% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 26 (10.55% from 255 or 7.78% from 334); Max value from RGB is 191 - color contains mainly: red. Hex color #BF751A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF751A is #408AE5. Grayscale: #818181. Windows color (decimal): -4229862 or 1734079. OLE color: 1734079.

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

Color convert

RGB 191 117 26 -
CMYK 0 0.39 0.86 0.25
HSL 33.09º 0.76% 0.43% -
HSV(B) 33.09º 0.86% 0.75% -
XYZ 28.03 23.87 4.11 -
YUV 128.75 70.02 172.4 -
System Red Green Blue C M Y K H S L
Decimal 191 117 26 0 0.39 0.86 0.25 33.09 0.76 0.43
Hex BF 75 1A 0 27 56 19 21 4C 2B
Octal 277 165 32 0 47 126 31 41 114 53
Binary 10111111 1110101 11010 0 100111 1010110 11001 100001 1001100 101011

Color Harmonies of #BF751A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF751A

Black with #BF751A

Text Example


Text Example

White with #BF751A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF751A; }

 p { color: rgb(191,117,26); }

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

background-color css

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

 a { background-color: rgb(191,117,26); }

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

border-color css

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

 span { border-color: rgb(191,117,26); }

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