Html Css Color HEX #BF6A1B Ochre

📋 copy color: '#BF6A1B'

red 191 ◦ green 106 ◦ blue 27

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

Shades of Ochre #BF6A1B

Tints of Ochre #BF6A1B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.72%

 BLUE value IS 27 (10.94% from 255) = 8.33%

R = 58.95%
G = 32.72%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BF6A1B (or 0xBF6A1B) is known color: Ochre. HEX triplet: BF, 6A and 1B. RGB value is (191,106,27). Sum of RGB (Red+Green+Blue) = 191+106+27=324 (42% of max value = 765). Red value is 191 (75% from 255 or 58.95% from 324); Green value is 106 (41.80% from 255 or 32.72% from 324); Blue value is 27 (10.94% from 255 or 8.33% from 324); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6A1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6A1B is #4095E4. Grayscale: #7A7A7A. Windows color (decimal): -4232677 or 1796799. OLE color: 1796799.

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

Color convert

RGB 191 106 27 -
CMYK 0 0.45 0.86 0.25
HSL 28.9º 0.75% 0.43% -
HSV(B) 28.9º 0.86% 0.75% -
XYZ 26.84 21.46 3.77 -
YUV 122.41 74.16 176.92 -
System Red Green Blue C M Y K H S L
Decimal 191 106 27 0 0.45 0.86 0.25 28.9 0.75 0.43
Hex BF 6A 1B 0 2D 56 19 1D 4B 2B
Octal 277 152 33 0 55 126 31 35 113 53
Binary 10111111 1101010 11011 0 101101 1010110 11001 11101 1001011 101011

Color Harmonies of #BF6A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6A1B

Black with #BF6A1B

Text Example


Text Example

White with #BF6A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6A1B; }

 p { color: rgb(191,106,27); }

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

background-color css

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

 a { background-color: rgb(191,106,27); }

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

border-color css

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

 span { border-color: rgb(191,106,27); }

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