Html Css Color HEX #BF973C Roti

📋 copy color: '#BF973C'

red 191 ◦ green 151 ◦ blue 60

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

Shades of Roti #BF973C

Tints of Roti #BF973C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.56%

 BLUE value IS 60 (23.83% from 255) = 14.93%

R = 47.51%
G = 37.56%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BF973C (or 0xBF973C) is known color: Roti. HEX triplet: BF, 97 and 3C. RGB value is (191,151,60). Sum of RGB (Red+Green+Blue) = 191+151+60=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 60 (23.83% from 255 or 14.93% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BF973C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF973C is #4068C3. Grayscale: #989898. Windows color (decimal): -4221124 or 3971007. OLE color: 3971007.

HSL color Cylindrical-coordinate representation of color #BF973C: hue angle of 41.68º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF973C is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 151 60 -
CMYK 0 0.21 0.69 0.25
HSL 41.68º 0.52% 0.49% -
HSV(B) 41.68º 0.69% 0.75% -
XYZ 33.37 33.54 8.99 -
YUV 152.59 75.75 155.4 -
System Red Green Blue C M Y K H S L
Decimal 191 151 60 0 0.21 0.69 0.25 41.68 0.52 0.49
Hex BF 97 3C 0 15 45 19 2A 34 31
Octal 277 227 74 0 25 105 31 52 64 61
Binary 10111111 10010111 111100 0 10101 1000101 11001 101010 110100 110001

Color Harmonies of #BF973C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF973C

Black with #BF973C

Text Example


Text Example

White with #BF973C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF973C; }

 p { color: rgb(191,151,60); }

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

background-color css

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

 a { background-color: rgb(191,151,60); }

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

border-color css

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

 span { border-color: rgb(191,151,60); }

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