Html Css Color HEX #BF6C1E Ochre

📋 copy color: '#BF6C1E'

red 191 ◦ green 108 ◦ blue 30

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

Shades of Ochre #BF6C1E

Tints of Ochre #BF6C1E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.83%

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

R = 58.05%
G = 32.83%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BF6C1E (or 0xBF6C1E) is known color: Ochre. HEX triplet: BF, 6C and 1E. RGB value is (191,108,30). Sum of RGB (Red+Green+Blue) = 191+108+30=329 (43% of max value = 765). Red value is 191 (75% from 255 or 58.05% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 30 (12.11% from 255 or 9.12% from 329); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6C1E is #4093E1. Grayscale: #7C7C7C. Windows color (decimal): -4232162 or 1993919. OLE color: 1993919.

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

Color convert

RGB 191 108 30 -
CMYK 0 0.43 0.84 0.25
HSL 29.07º 0.73% 0.43% -
HSV(B) 29.07º 0.84% 0.75% -
XYZ 27.08 21.9 4.03 -
YUV 123.93 75 175.84 -
System Red Green Blue C M Y K H S L
Decimal 191 108 30 0 0.43 0.84 0.25 29.07 0.73 0.43
Hex BF 6C 1E 0 2B 54 19 1D 49 2B
Octal 277 154 36 0 53 124 31 35 111 53
Binary 10111111 1101100 11110 0 101011 1010100 11001 11101 1001001 101011

Color Harmonies of #BF6C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6C1E

Black with #BF6C1E

Text Example


Text Example

White with #BF6C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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