Html Css Color HEX #BB963F Roti

📋 copy color: '#BB963F'

red 187 ◦ green 150 ◦ blue 63

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

Shades of Roti #BB963F

Tints of Roti #BB963F

RGB

 RED value IS 187 (73.44% from 255) = 46.75%

 GREEN value IS 150 (58.98% from 255) = 37.5%

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

R = 46.75%
G = 37.5%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB963F (or 0xBB963F) is known color: Roti. HEX triplet: BB, 96 and 3F. RGB value is (187,150,63). Sum of RGB (Red+Green+Blue) = 187+150+63=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 150 (58.98% from 255 or 37.5% from 400); Blue value is 63 (25% from 255 or 15.75% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB963F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB963F is #4469C0. Grayscale: #979797. Windows color (decimal): -4483521 or 4167355. OLE color: 4167355.

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

Color convert

RGB 187 150 63 -
CMYK 0 0.20 0.66 0.27
HSL 42.1º 0.5% 0.49% -
HSV(B) 42.1º 0.66% 0.73% -
XYZ 32.3 32.74 9.32 -
YUV 151.15 78.26 153.57 -
System Red Green Blue C M Y K H S L
Decimal 187 150 63 0 0.20 0.66 0.27 42.1 0.5 0.49
Hex BB 96 3F 0 14 42 1B 2A 32 31
Octal 273 226 77 0 24 102 33 52 62 61
Binary 10111011 10010110 111111 0 10100 1000010 11011 101010 110010 110001

Color Harmonies of #BB963F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB963F

Black with #BB963F

Text Example


Text Example

White with #BB963F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB963F; }

 p { color: rgb(187,150,63); }

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

background-color css

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

 a { background-color: rgb(187,150,63); }

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

border-color css

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

 span { border-color: rgb(187,150,63); }

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