Html Css Color HEX #B2973C Roti

📋 copy color: '#B2973C'

red 178 ◦ green 151 ◦ blue 60

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

Shades of Roti #B2973C

Tints of Roti #B2973C

RGB

 RED value IS 178 (69.92% from 255) = 45.76%

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

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

R = 45.76%
G = 38.82%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B2973C (or 0xB2973C) is known color: Roti. HEX triplet: B2, 97 and 3C. RGB value is (178,151,60). Sum of RGB (Red+Green+Blue) = 178+151+60=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 151 (59.38% from 255 or 38.82% from 389); Blue value is 60 (23.83% from 255 or 15.42% from 389); Max value from RGB is 178 - color contains mainly: red. Hex color #B2973C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2973C is #4D68C3. Grayscale: #959595. Windows color (decimal): -5073092 or 3970994. OLE color: 3970994.

HSL color Cylindrical-coordinate representation of color #B2973C: hue angle of 46.27º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B2973C is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 151 60 -
CMYK 0 0.15 0.66 0.30
HSL 46.27º 0.5% 0.47% -
HSV(B) 46.27º 0.66% 0.7% -
XYZ 30.24 31.92 8.84 -
YUV 148.7 77.95 148.9 -
System Red Green Blue C M Y K H S L
Decimal 178 151 60 0 0.15 0.66 0.30 46.27 0.5 0.47
Hex B2 97 3C 0 F 42 1E 2E 32 2F
Octal 262 227 74 0 17 102 36 56 62 57
Binary 10110010 10010111 111100 0 1111 1000010 11110 101110 110010 101111

Color Harmonies of #B2973C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2973C

Black with #B2973C

Text Example


Text Example

White with #B2973C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2973C; }

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

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

background-color css

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

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

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

border-color css

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

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

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