Html Css Color HEX #BF7A17 Ochre

📋 copy color: '#BF7A17'

red 191 ◦ green 122 ◦ blue 23

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

Shades of Ochre #BF7A17

Tints of Ochre #BF7A17

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.31%

 BLUE value IS 23 (9.38% from 255) = 6.85%

R = 56.85%
G = 36.31%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BF7A17 (or 0xBF7A17) is known color: Ochre. HEX triplet: BF, 7A and 17. RGB value is (191,122,23). Sum of RGB (Red+Green+Blue) = 191+122+23=336 (44% of max value = 765). Red value is 191 (75% from 255 or 56.85% from 336); Green value is 122 (48.05% from 255 or 36.31% from 336); Blue value is 23 (9.38% from 255 or 6.85% from 336); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7A17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7A17 is #4085E8. Grayscale: #838383. Windows color (decimal): -4228585 or 1538751. OLE color: 1538751.

HSL color Cylindrical-coordinate representation of color #BF7A17: hue angle of 35.36º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF7A17 is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 122 23 -
CMYK 0 0.36 0.88 0.25
HSL 35.36º 0.79% 0.42% -
HSV(B) 35.36º 0.88% 0.75% -
XYZ 28.6 25.06 4.14 -
YUV 131.35 66.86 170.55 -
System Red Green Blue C M Y K H S L
Decimal 191 122 23 0 0.36 0.88 0.25 35.36 0.79 0.42
Hex BF 7A 17 0 24 58 19 23 4F 2A
Octal 277 172 27 0 44 130 31 43 117 52
Binary 10111111 1111010 10111 0 100100 1011000 11001 100011 1001111 101010

Color Harmonies of #BF7A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7A17

Black with #BF7A17

Text Example


Text Example

White with #BF7A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7A17; }

 p { color: rgb(191,122,23); }

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

background-color css

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

 a { background-color: rgb(191,122,23); }

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

border-color css

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

 span { border-color: rgb(191,122,23); }

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