Html Css Color HEX #BC973F Roti

📋 copy color: '#BC973F'

red 188 ◦ green 151 ◦ blue 63

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

Shades of Roti #BC973F

Tints of Roti #BC973F

RGB

 RED value IS 188 (73.83% from 255) = 46.77%

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

 BLUE value IS 63 (25% from 255) = 15.67%

R = 46.77%
G = 37.56%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC973F (or 0xBC973F) is known color: Roti. HEX triplet: BC, 97 and 3F. RGB value is (188,151,63). Sum of RGB (Red+Green+Blue) = 188+151+63=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 63 (25% from 255 or 15.67% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC973F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC973F is #4368C0. Grayscale: #989898. Windows color (decimal): -4417729 or 4167612. OLE color: 4167612.

HSL color Cylindrical-coordinate representation of color #BC973F: hue angle of 42.24º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC973F is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 151 63 -
CMYK 0 0.20 0.66 0.26
HSL 42.24º 0.5% 0.49% -
HSV(B) 42.24º 0.66% 0.74% -
XYZ 32.7 33.18 9.38 -
YUV 152.03 77.76 153.66 -
System Red Green Blue C M Y K H S L
Decimal 188 151 63 0 0.20 0.66 0.26 42.24 0.5 0.49
Hex BC 97 3F 0 14 42 1A 2A 32 31
Octal 274 227 77 0 24 102 32 52 62 61
Binary 10111100 10010111 111111 0 10100 1000010 11010 101010 110010 110001

Color Harmonies of #BC973F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC973F

Black with #BC973F

Text Example


Text Example

White with #BC973F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC973F; }

 p { color: rgb(188,151,63); }

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

background-color css

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

 a { background-color: rgb(188,151,63); }

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

border-color css

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

 span { border-color: rgb(188,151,63); }

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