Html Css Color HEX #BF6D1D Ochre

📋 copy color: '#BF6D1D'

red 191 ◦ green 109 ◦ blue 29

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

Shades of Ochre #BF6D1D

Tints of Ochre #BF6D1D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.13%

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

R = 58.05%
G = 33.13%
B = 8.81%

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

#BF6D1D (or 0xBF6D1D) is known color: Ochre. HEX triplet: BF, 6D and 1D. RGB value is (191,109,29). Sum of RGB (Red+Green+Blue) = 191+109+29=329 (43% of max value = 765). Red value is 191 (75% from 255 or 58.05% from 329); Green value is 109 (42.97% from 255 or 33.13% from 329); Blue value is 29 (11.72% from 255 or 8.81% from 329); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6D1D is #4092E2. Grayscale: #7C7C7C. Windows color (decimal): -4231907 or 1928639. OLE color: 1928639.

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

Color convert

RGB 191 109 29 -
CMYK 0 0.43 0.85 0.25
HSL 29.63º 0.74% 0.43% -
HSV(B) 29.63º 0.85% 0.75% -
XYZ 27.18 22.1 4 -
YUV 124.4 74.17 175.5 -
System Red Green Blue C M Y K H S L
Decimal 191 109 29 0 0.43 0.85 0.25 29.63 0.74 0.43
Hex BF 6D 1D 0 2B 55 19 1E 4A 2B
Octal 277 155 35 0 53 125 31 36 112 53
Binary 10111111 1101101 11101 0 101011 1010101 11001 11110 1001010 101011

Color Harmonies of #BF6D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6D1D

Black with #BF6D1D

Text Example


Text Example

White with #BF6D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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