Html Css Color HEX #B0973C Roti

📋 copy color: '#B0973C'

red 176 ◦ green 151 ◦ blue 60

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

Shades of Roti #B0973C

Tints of Roti #B0973C

RGB

 RED value IS 176 (69.14% from 255) = 45.48%

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

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

R = 45.48%
G = 39.02%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B0973C (or 0xB0973C) is known color: Roti. HEX triplet: B0, 97 and 3C. RGB value is (176,151,60). Sum of RGB (Red+Green+Blue) = 176+151+60=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 151 (59.38% from 255 or 39.02% from 387); Blue value is 60 (23.83% from 255 or 15.50% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B0973C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0973C is #4F68C3. Grayscale: #949494. Windows color (decimal): -5204164 or 3970992. OLE color: 3970992.

HSL color Cylindrical-coordinate representation of color #B0973C: hue angle of 47.07º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B0973C is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 151 60 -
CMYK 0 0.14 0.66 0.31
HSL 47.07º 0.49% 0.46% -
HSV(B) 47.07º 0.66% 0.69% -
XYZ 29.79 31.69 8.82 -
YUV 148.1 78.28 147.9 -
System Red Green Blue C M Y K H S L
Decimal 176 151 60 0 0.14 0.66 0.31 47.07 0.49 0.46
Hex B0 97 3C 0 E 42 1F 2F 31 2E
Octal 260 227 74 0 16 102 37 57 61 56
Binary 10110000 10010111 111100 0 1110 1000010 11111 101111 110001 101110

Color Harmonies of #B0973C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0973C

Black with #B0973C

Text Example


Text Example

White with #B0973C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0973C; }

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

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

background-color css

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

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

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

border-color css

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

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

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