Html Css Color HEX #BF6C1D Ochre

📋 copy color: '#BF6C1D'

red 191 ◦ green 108 ◦ blue 29

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

Shades of Ochre #BF6C1D

Tints of Ochre #BF6C1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.84%

R = 58.23%
G = 32.93%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BF6C1D (or 0xBF6C1D) is known color: Ochre. HEX triplet: BF, 6C and 1D. RGB value is (191,108,29). Sum of RGB (Red+Green+Blue) = 191+108+29=328 (43% of max value = 765). Red value is 191 (75% from 255 or 58.23% from 328); Green value is 108 (42.58% from 255 or 32.93% from 328); Blue value is 29 (11.72% from 255 or 8.84% from 328); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6C1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6C1D is #4093E2. Grayscale: #7C7C7C. Windows color (decimal): -4232163 or 1928383. OLE color: 1928383.

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

Color convert

RGB 191 108 29 -
CMYK 0 0.43 0.85 0.25
HSL 29.26º 0.74% 0.43% -
HSV(B) 29.26º 0.85% 0.75% -
XYZ 27.07 21.89 3.96 -
YUV 123.81 74.5 175.92 -
System Red Green Blue C M Y K H S L
Decimal 191 108 29 0 0.43 0.85 0.25 29.26 0.74 0.43
Hex BF 6C 1D 0 2B 55 19 1D 4A 2B
Octal 277 154 35 0 53 125 31 35 112 53
Binary 10111111 1101100 11101 0 101011 1010101 11001 11101 1001010 101011

Color Harmonies of #BF6C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6C1D

Black with #BF6C1D

Text Example


Text Example

White with #BF6C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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