Html Css Color HEX #BF7A1A Ochre

📋 copy color: '#BF7A1A'

red 191 ◦ green 122 ◦ blue 26

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

Shades of Ochre #BF7A1A

Tints of Ochre #BF7A1A

RGB

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

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

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

R = 56.34%
G = 35.99%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BF7A1A (or 0xBF7A1A) is known color: Ochre. HEX triplet: BF, 7A and 1A. RGB value is (191,122,26). Sum of RGB (Red+Green+Blue) = 191+122+26=339 (44% of max value = 765). Red value is 191 (75% from 255 or 56.34% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 26 (10.55% from 255 or 7.67% from 339); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7A1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7A1A is #4085E5. Grayscale: #848484. Windows color (decimal): -4228582 or 1735359. OLE color: 1735359.

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

Color convert

RGB 191 122 26 -
CMYK 0 0.36 0.86 0.25
HSL 34.91º 0.76% 0.43% -
HSV(B) 34.91º 0.86% 0.75% -
XYZ 28.63 25.07 4.31 -
YUV 131.69 68.36 170.31 -
System Red Green Blue C M Y K H S L
Decimal 191 122 26 0 0.36 0.86 0.25 34.91 0.76 0.43
Hex BF 7A 1A 0 24 56 19 23 4C 2B
Octal 277 172 32 0 44 126 31 43 114 53
Binary 10111111 1111010 11010 0 100100 1010110 11001 100011 1001100 101011

Color Harmonies of #BF7A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7A1A

Black with #BF7A1A

Text Example


Text Example

White with #BF7A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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