Html Css Color HEX #BF6B1E Ochre

📋 copy color: '#BF6B1E'

red 191 ◦ green 107 ◦ blue 30

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

Shades of Ochre #BF6B1E

Tints of Ochre #BF6B1E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.62%

 BLUE value IS 30 (12.11% from 255) = 9.15%

R = 58.23%
G = 32.62%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BF6B1E (or 0xBF6B1E) is known color: Ochre. HEX triplet: BF, 6B and 1E. RGB value is (191,107,30). Sum of RGB (Red+Green+Blue) = 191+107+30=328 (43% of max value = 765). Red value is 191 (75% from 255 or 58.23% from 328); Green value is 107 (42.19% from 255 or 32.62% from 328); Blue value is 30 (12.11% from 255 or 9.15% from 328); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6B1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6B1E is #4094E1. Grayscale: #7B7B7B. Windows color (decimal): -4232418 or 1993663. OLE color: 1993663.

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

Color convert

RGB 191 107 30 -
CMYK 0 0.44 0.84 0.25
HSL 28.7º 0.73% 0.43% -
HSV(B) 28.7º 0.84% 0.75% -
XYZ 26.98 21.69 3.99 -
YUV 123.34 75.33 176.26 -
System Red Green Blue C M Y K H S L
Decimal 191 107 30 0 0.44 0.84 0.25 28.7 0.73 0.43
Hex BF 6B 1E 0 2C 54 19 1D 49 2B
Octal 277 153 36 0 54 124 31 35 111 53
Binary 10111111 1101011 11110 0 101100 1010100 11001 11101 1001001 101011

Color Harmonies of #BF6B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6B1E

Black with #BF6B1E

Text Example


Text Example

White with #BF6B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6B1E; }

 p { color: rgb(191,107,30); }

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

background-color css

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

 a { background-color: rgb(191,107,30); }

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

border-color css

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

 span { border-color: rgb(191,107,30); }

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